summary refs log tree commit diff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2021-02-17 23:15:46 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-02-18 16:22:59 +0100
commita6179f6822fb7c04a6b4bb262d971662cd1439d6 (patch)
treef41deed2dc0cff9df687dcf81d4a4cc6879dc6a0
parentdba6389c4730ca1dd0eefde0462baffc696f4d67 (diff)
downloadguix-a6179f6822fb7c04a6b4bb262d971662cd1439d6.tar.gz
gnu: sbcl-lift: Update to 1.7.1-2.2594160.
* gnu/packages/lisp-xyz.scm (sbcl-lift): Update to 1.7.1-2.2594160.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r--gnu/packages/lisp-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0ef1360f28..6f95195dc8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2246,10 +2246,11 @@ new fiends in addition to old friends like @command{aif} and
   (sbcl-package->ecl-package sbcl-anaphora))
 
 (define-public sbcl-lift
-  (let ((commit "7d49a66c62759535624037826891152223d4206c"))
+  (let ((commit "2594160d6ca3a77d8750110dfa63214256aab852")
+        (revision "2"))
     (package
       (name "sbcl-lift")
-      (version (git-version "1.7.1" "1" commit))
+      (version (git-version "1.7.1" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -2257,8 +2258,7 @@ new fiends in addition to old friends like @command{aif} and
                (url "https://github.com/gwkkwg/lift")
                (commit commit)))
          (sha256
-          (base32
-           "127v5avpz1i4m0lkaxqrq8hrl69rdazqaxf6s8awf0nd7wj2g4dp"))
+          (base32 "01xvz9sl5l5lai4h9dabmcjnm659wf5zllaxqbs55lffskp6jwq3"))
          (file-name (git-file-name "lift" version))
          (modules '((guix build utils)))
          (snippet