guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: libxcrypt: Update to 4.4.33.


From: guix-commits
Subject: 07/08: gnu: libxcrypt: Update to 4.4.33.
Date: Fri, 27 Jan 2023 08:54:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7116cc6f66b1e3ce7947927f9d173a2883814ff5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100

    gnu: libxcrypt: Update to 4.4.33.
    
    * gnu/packages/crypto.scm (libxcrypt): Update to 4.4.33.
---
 gnu/packages/crypto.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index d6d917c951..57a42a6a84 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1670,7 +1670,7 @@ checksum tool based on the BLAKE3 cryptographic hash 
function.")
 (define-public libxcrypt
   (package
     (name "libxcrypt")
-    (version "4.4.28")
+    (version "4.4.33")
     (source
      (origin
        (method git-fetch)
@@ -1679,8 +1679,7 @@ checksum tool based on the BLAKE3 cryptographic hash 
function.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0pacj0s1hlv22iz0k2bkysjslc6rbrgmvmsr02qq17lp4d2gw5rs"))))
+        (base32 "174k5cj95617akg6pplv371mpd35j9q8il245f2zcpq76yz4qydl"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf



reply via email to

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