[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cl-md5: Update to 2.0.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cl-md5: Update to 2.0.5. |
Date: |
Sat, 05 Mar 2022 04:50:19 -0500 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 089997998f gnu: cl-md5: Update to 2.0.5.
089997998f is described below
commit 089997998f6de9174811140d13475df43c3e6b4a
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Sat Mar 5 11:36:51 2022 +0530
gnu: cl-md5: Update to 2.0.5.
* gnu/packages/lisp-xyz.scm (sbcl-md5): Update to 2.0.5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
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 @@ process form data posted with HTTP POST method using
enctype
(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 @@ process form data posted with HTTP POST method using
enctype
(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 @@ Rosenberg's Common Lisp packages.")
(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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cl-md5: Update to 2.0.5.,
guix-commits <=