[PATCH]: gnu: cl-split-sequence: Upate to 2.0.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 3 years ago
(address . guix-patches@gnu.org)
CAO+9K5qRG1JEfV6oD-Qhy2gtCMMu=uJoyLEz68Z1QxFxdhEing@mail.gmail.com
Sharlatan Hellseher (1):
gnu: cl-split-sequence: Update to 2.0.1
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: fe5ade556be2b8f199cceb4a759109a9507bca31
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From de6b7da09c9bff3b66b0cc5485b0419f9b2f95c1 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 23 Dec 2021 22:16:42 +0000
Subject: [PATCH 1/1] gnu: cl-split-sequence: Update to 2.0.1

---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d586663f1..bb831c301a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1728,7 +1728,7 @@ (define-public ecl-esrap
(define-public sbcl-split-sequence
(package
(name "sbcl-split-sequence")
- (version "2.0.0")
+ (version "2.0.1")
(source
(origin
(method git-fetch)
@@ -1737,7 +1737,7 @@ (define-public sbcl-split-sequence
(commit (string-append "v" version))))
(sha256
(base32
- "0jcpnx21hkfwqj5fvp7kc6pn1qcz9hk7g2s5x8h0349x1j2irln0"))
+ "172k7iv775kwism6304p6z7mqpjvipl57nq1bgvmbk445943fmhq"))
(file-name (git-file-name "split-sequence" version))))
(build-system asdf-build-system/sbcl)
(native-inputs
--
2.34.0
Guillaume Le Vaillant wrote 3 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 52762-done@debbugs.gnu.org)
87fsqflom1.fsf@kitej
Patch pushed as d038c52feca9edd7803e54e2d387ed562d3cd969 with a complete
commit message.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYcgxJg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+d4wD+NZ01MlxdvALoBcTF5eKujt8iTHMymwn0ESKz
mM6eXskA/iTmr3oHh4I+A+VV2H1HrTt2Xhsw2sJt/4oqyIdiPmYY
=Poa2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52762@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52762
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help