[PATCH] Update 3bz to 0.0.0-1.569614c

  • 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 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5ouv5we1A8vtHKcVq7O_Yw=Dr69CuRgrwDhandkgWEErg@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From 18ca79f7d5a193b4b0f96466989a1beacfd01a89 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Mon, 1 Feb 2021 23:51:40 +0000
Subject: [PATCH] gnu: Update 3bz to 0.0.0-1.569614c

* gnu/packages/lisp-xyz.scm (sbcl-3bz): Update to 0.0.0-1.569614c
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7cfd4b2a6b..1f01412b4c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11017,8 +11017,8 @@ than a few Kb.")
(sbcl-package->ecl-package sbcl-mmap))
(define-public sbcl-3bz
- (let ((commit "d6119083b5e0b0a6dd3abc2877936c51f3f3deed")
- (revision "0"))
+ (let ((commit "569614c40408f3aefc77ba233e0e4bd66d3850ad")
+ (revision "1"))
(package
(name "sbcl-3bz")
(version (git-version "0.0.0" revision commit))
@@ -11030,7 +11030,7 @@ than a few Kb.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0fyxzyf2b6sc0w8d9g4nlva861565z6f3xszj0lw29x526dd9rhj"))))
+ (base32 "0kvvlvf50jhhw1s510f3clpr1a68632bq6d698yxcrx722igcrg4"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)
@@ -11040,7 +11040,7 @@ than a few Kb.")
("nibbles" ,sbcl-nibbles)
("trivial-features" ,sbcl-trivial-features)))
(arguments
- ;; FIXME: Without the following line, the build fails (see issue 41437).
+ ;; FIXME: #41437 - Build fails when package name starts from a digit
`(#:asd-systems '("3bz")))
(home-page "https://github.com/3b/3bz")
(synopsis "Deflate decompression for Common Lisp")
--
2.30.0
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 46248-done@debbugs.gnu.org)
87lfc6959b.fsf@yamatai
Patch pushed as 13337a2fa081dea78b46615349eaa599740de6cb.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYBkeIA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/VDQD/UJ1QP6W7ZgMq0HlnW3LUqqZ1lBIAapTLfWUZ
DtpShkcA/2SqQVJQnAsM8Y7Z6okpRVKz3FfPc+sOaFtyirqtj7wx
=TbT+
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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