* [bug#46605] [PATCH 1/1] gnu: lift: update to 1.7.1-2.2594160
@ 2021-02-17 23:18 Sharlatan Hellseher
2021-02-18 15:25 ` bug#46605: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-17 23:18 UTC (permalink / raw)
To: 46605
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-gnu-lift-Update-to-1.7.1-2.2594160.patch --]
[-- Type: text/x-patch, Size: 1582 bytes --]
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#46605: [PATCH 1/1] gnu: lift: update to 1.7.1-2.2594160
2021-02-17 23:18 [bug#46605] [PATCH 1/1] gnu: lift: update to 1.7.1-2.2594160 Sharlatan Hellseher
@ 2021-02-18 15:25 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-18 15:25 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 46605-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as a6179f6822fb7c04a6b4bb262d971662cd1439d6.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-18 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-17 23:18 [bug#46605] [PATCH 1/1] gnu: lift: update to 1.7.1-2.2594160 Sharlatan Hellseher
2021-02-18 15:25 ` bug#46605: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.