guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: libxcrypt: Update to 4.4.36.


From: guix-commits
Subject: 06/16: gnu: libxcrypt: Update to 4.4.36.
Date: Sat, 15 Jul 2023 18:15:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bbce7b4ab888d892feaf35c9004c3a1f06db4714
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:02 2023 +0200

    gnu: libxcrypt: Update to 4.4.36.
    
    * gnu/packages/crypto.scm (libxcrypt): Update to 4.4.36.
---
 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 aa4aab372b..cbbc705755 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1675,7 +1675,7 @@ checksum tool based on the BLAKE3 cryptographic hash 
function.")
 (define-public libxcrypt
   (package
     (name "libxcrypt")
-    (version "4.4.33")
+    (version "4.4.36")
     (source
      (origin
        (method git-fetch)
@@ -1684,7 +1684,7 @@ checksum tool based on the BLAKE3 cryptographic hash 
function.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "174k5cj95617akg6pplv371mpd35j9q8il245f2zcpq76yz4qydl"))))
+        (base32 "1yhpjjjv38y14nrj15bkndq824v42plndgi3k8mmc04grj1fbnjf"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf



reply via email to

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