[PATCH 1/1] gnu: lift: update to 1.7.1-2.2594160

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal
S
S
Sharlatan Hellseher wrote on 18 Feb 2021 00:18
(address . guix-patches@gnu.org)
CAO+9K5paug4L-BnWztYeJho1HQV6kZgbTw5pif1SwbVZcWrtpA@mail.gmail.com
--
… ??? ????? - ???????????? ?????????????? ?????? ??????? ????????
????? ????? ????? ? ??? ??????, ??????????? ????? ???????, ??
?????????? ?? ? ????????? ??????? ????? ? ?????????????????.
From f44b81c6ecd95f33008b67b9de4d593e64985380 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 17 Feb 2021 23:15:46 +0000
Subject: [PATCH] gnu: lift: Update to 1.7.1-2.2594160

* gnu/packages/lisp-xyz.scm (sbcl-lift): Updated to 1.7.1-2.2594160
Tests are still failing with the same reason
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 79fcbd5395..fdbf34e8fe 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
--
2.30.0
G
G
Guillaume Le Vaillant wrote on 18 Feb 2021 16:25
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 46605-done@debbugs.gnu.org)
87h7m9jt2z.fsf@yamatai
Patch pushed as a6179f6822fb7c04a6b4bb262d971662cd1439d6.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYC6HBA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+WyAD9GUX0VqC0DmcDE/NbJx9VaNJim79+oGkCXBRU
/nNDP8sA/jI9m9VBlA28MOlvV9WttUsdKDRg5qWz6J2c3z3+a3KG
=lYXZ
-----END PGP SIGNATURE-----

Closed
?