* [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
@ 2022-03-05 6:06 Jai Vetrivelan
2022-03-05 9:50 ` bug#54255: " Guillaume Le Vaillant
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jai Vetrivelan @ 2022-03-05 6:06 UTC (permalink / raw)
To: 54255
[-- Attachment #1: 0001-gnu-sbcl-md5-Update-to-2.0.5.patch --]
[-- Type: text/patch, Size: 2265 bytes --]
From 06ef25cbcc8b279a34c6b516a2ee20be5657d823 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:24:20 +0530
Subject: [PATCH] gnu: sbcl-md5: Update to 2.0.5.
* gnu/packages/lisp-xyz.scm (sbcl-md5): Update to 2.0.5.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 218eb298a6..a4c0317d2a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2021 Jacob MacDonald <jaccarmac@gmail.com>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3769,7 +3770,7 @@ (define-public ecl-rfc2388
(define-public sbcl-md5
(package
(name "sbcl-md5")
- (version "2.0.4")
+ (version "2.0.5")
(source
(origin
(method git-fetch)
@@ -3778,7 +3779,7 @@ (define-public sbcl-md5
(commit (string-append "release-" version))))
(file-name (git-file-name "md5" version))
(sha256
- (base32 "1waqxzm7vlc22n92hv8r27anlvvjkkh9slhrky1ww7mdx4mmxwb8"))))
+ (base32 "1g20np6rhn3y08z8mlmlk721mw2207s52v2pwp4smm3lz25sx3q5"))))
(build-system asdf-build-system/sbcl)
(home-page "https://github.com/pmai/md5")
(synopsis
@@ -3893,7 +3894,6 @@ (define-public ecl-kmrcl
(sbcl-package->ecl-package sbcl-kmrcl))
(define-public sbcl-cl-base64
- ;; 3.3.4 tests are broken, upstream fixes them.
(let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
(package
(name "sbcl-cl-base64")
base-commit: 97065f9fe3da74adab54b70e28bd2cd59c06ee07
prerequisite-patch-id: 112e00ce191deb18c3866dc5f17e4c761a3b19af
prerequisite-patch-id: f347aa2bfdef7aeb7ff3fb8e157e4acb2e1f78ae
prerequisite-patch-id: 17ecf5c03e82c4231c8ae277ffd577b59b107c43
prerequisite-patch-id: 0a31c859a5e157569a3b36aa652d8117dca76955
prerequisite-patch-id: 3ff13ef200b011ffedd1020f371b715b5c3120ec
prerequisite-patch-id: 8972aae1f9b30d38b78deb1f61fcf2849ec10bb0
--
2.34.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#54255: [PATCH] gnu: sbcl-md5: Update to 2.0.5.
2022-03-05 6:06 [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5 Jai Vetrivelan
@ 2022-03-05 9:50 ` Guillaume Le Vaillant
2022-03-05 9:55 ` [bug#54255] " Maxime Devos
2022-09-05 9:23 ` bug#54255: " Guillaume Le Vaillant
2 siblings, 0 replies; 6+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-05 9:50 UTC (permalink / raw)
To: Jai Vetrivelan; +Cc: 54255-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 089997998f6de9174811140d13475df43c3e6b4a.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
2022-03-05 6:06 [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5 Jai Vetrivelan
2022-03-05 9:50 ` bug#54255: " Guillaume Le Vaillant
@ 2022-03-05 9:55 ` Maxime Devos
2022-03-05 10:02 ` Guillaume Le Vaillant
2022-03-05 10:28 ` Jai Vetrivelan
2022-09-05 9:23 ` bug#54255: " Guillaume Le Vaillant
2 siblings, 2 replies; 6+ messages in thread
From: Maxime Devos @ 2022-03-05 9:55 UTC (permalink / raw)
To: Jai Vetrivelan, 54255, glv
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
Jai Vetrivelan schreef op za 05-03-2022 om 11:36 [+0530]:
> (define-public sbcl-cl-base64
> - ;; 3.3.4 tests are broken, upstream fixes them.
> (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
Why is this comment removed?
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
2022-03-05 9:55 ` [bug#54255] " Maxime Devos
@ 2022-03-05 10:02 ` Guillaume Le Vaillant
2022-03-05 10:28 ` Jai Vetrivelan
1 sibling, 0 replies; 6+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-05 10:02 UTC (permalink / raw)
To: Maxime Devos; +Cc: 54255, Jai Vetrivelan
[-- Attachment #1: Type: text/plain, Size: 450 bytes --]
Maxime Devos <maximedevos@telenet.be> skribis:
> Jai Vetrivelan schreef op za 05-03-2022 om 11:36 [+0530]:
>> (define-public sbcl-cl-base64
>> - ;; 3.3.4 tests are broken, upstream fixes them.
>> (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
>
> Why is this comment removed?
>
> Greetings,
> Maxime.
It looks like an old comment that was not removed when this package was
updated, because the tests are working.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5.
2022-03-05 9:55 ` [bug#54255] " Maxime Devos
2022-03-05 10:02 ` Guillaume Le Vaillant
@ 2022-03-05 10:28 ` Jai Vetrivelan
1 sibling, 0 replies; 6+ messages in thread
From: Jai Vetrivelan @ 2022-03-05 10:28 UTC (permalink / raw)
To: Maxime Devos; +Cc: glv, 54255
On 2022-03-05, 10:55 +0100, Maxime Devos <maximedevos@telenet.be> wrote:
>> (define-public sbcl-cl-base64
>> - ;; 3.3.4 tests are broken, upstream fixes them.
>> (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
> Why is this comment removed?
Apologies, it wasn't meant to be a part of this patch.
The repository at commit 577683b1 mentions the package
version to be 3.4.0. Would any change in the package definition be
needed?
[1] http://git.kpe.io/?p=cl-base64.git;a=blobdiff;f=debian/changelog;h=8610439208ba352e8ee575e37f63e872c6828c67;hp=c1fd12f81bc3eeb8c4c6870dbb949af95fd79a88;hb=ecff5c5549684a5636a0436961b879177dc1039f;hpb=9d5a88ecfd67b28c1c2b3b3497f2237e37032691
--
Jai Vetrivelan
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#54255: [PATCH] gnu: sbcl-md5: Update to 2.0.5.
2022-03-05 6:06 [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5 Jai Vetrivelan
2022-03-05 9:50 ` bug#54255: " Guillaume Le Vaillant
2022-03-05 9:55 ` [bug#54255] " Maxime Devos
@ 2022-09-05 9:23 ` Guillaume Le Vaillant
2 siblings, 0 replies; 6+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-05 9:23 UTC (permalink / raw)
To: 54255-done
[-- Attachment #1: Type: text/plain, Size: 9 bytes --]
Closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-09-05 9:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-05 6:06 [bug#54255] [PATCH] gnu: sbcl-md5: Update to 2.0.5 Jai Vetrivelan
2022-03-05 9:50 ` bug#54255: " Guillaume Le Vaillant
2022-03-05 9:55 ` [bug#54255] " Maxime Devos
2022-03-05 10:02 ` Guillaume Le Vaillant
2022-03-05 10:28 ` Jai Vetrivelan
2022-09-05 9:23 ` bug#54255: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).