[PATCH] gnu: sbcl-spinneret: Update.

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

Debbugs page

Artyom Bologov wrote 2 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
87mt0a8ehj.fsf@aartaka.me
Hello Guix,

The attached patch updates sbcl-spinneret to the latest commit (no
version bumps since 2019, thus revision and commit bump).
From f6195a36cf311766997ed2f3459f4ed1079b9dec Mon Sep 17 00:00:00 2001
From: Artyom Bologov <aartaka@protonmail.com>
Date: Wed, 5 Jul 2023 21:13:10 +0400
Subject: [PATCH] gnu: sbcl-spinneret: Update.

* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to commit d4398b5.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 16deb85e5e..7d528536ed 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22721,10 +22721,10 @@ (define-public ecl-genhash
(define-public sbcl-spinneret
;; No release since 2019, no tags.
- (let ((commit "52709ab953c46b24cbc2f0e3a50ae362916e730c"))
+ (let ((commit "d4398b5a344b5c59e497c9ee78fdbae7cc434f74"))
(package
(name "sbcl-spinneret")
- (version (git-version "3.0" "5" commit))
+ (version (git-version "3.0" "6" commit))
(source
(origin
(method git-fetch)
@@ -22733,7 +22733,7 @@ (define-public sbcl-spinneret
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1wzs0hzlwf0vzk4gb66psqz6gqcf3x7yfpi9gghbil97iz6fyc7z"))))
+ (base32 "1mdd92gfxfdsd81fcd8fgz8z7dwsb0kcv7zyzdgnw8lavkib5zly"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
--
2.40.1
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 64484-done@debbugs.gnu.org)
874jmckxfj.fsf@kitej
Patch applied as 1c194cd2bb5191f73499ec869952859d711ff225.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZKu6wA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+H4wD/WqRM+vX6ZWW68pxUQ7KYOdfwfx4xFqrYogZA
rMJWiA0A/RZ5r58I01iqoBbr5NKRFxomdKuefmYAKYFpjl5OvnYb
=kxNS
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64484
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