all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

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 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.