guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: sbcl-lift: Update to 1.7.1-2.2594160.


From: guix-commits
Subject: 02/04: gnu: sbcl-lift: Update to 1.7.1-2.2594160.
Date: Thu, 18 Feb 2021 10:23:54 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit a6179f6822fb7c04a6b4bb262d971662cd1439d6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 17 23:15:46 2021 +0000

    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>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0ef1360..6f95195 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]