guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: libmd: Update to 1.0.4.


From: guix-commits
Subject: 03/10: gnu: libmd: Update to 1.0.4.
Date: Tue, 5 Oct 2021 15:38:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b390bff3f2af5bc7348018066e520b139f912ae9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 16:32:35 2021 +0200

    gnu: libmd: Update to 1.0.4.
    
    * gnu/packages/crypto.scm (libmd): Update to 1.0.4.
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index af1412c..d634cdf 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -172,7 +172,7 @@ communication, encryption, decryption, signatures, etc.")
 (define-public libmd
   (package
     (name "libmd")
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
             (method url-fetch)
             (uri
@@ -183,7 +183,7 @@ communication, encryption, decryption, signatures, etc.")
                              version ".tar.xz")))
             (sha256
              (base32
-              "0jmga8y94h857ilra3qjaiax3wd5pd6mx1h120zhl9fcjmzhj0js"))))
+              "03skgv013v0y9hxh6j143xdwynb5cmbmbdylvvgfsjz38889477m"))))
     (build-system gnu-build-system)
     (synopsis "Message Digest functions from BSD systems")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]