janneke pushed a commit to branch core-packages-team
in repository guix.

commit 83ca5dcdf87ef4543fa924106c99d9e23f3a9388
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Sat Feb 8 01:13:38 2025 +0800

    gnu: libxcrypt: Update to 4.4.38.
    
    * gnu/packages/crypto.scm (libxcrypt): Update to 4.4.38.
    
    Change-Id: I7202059de04cffe152f50fd1b8446c6a8e037597
---
 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 47690f5de0..ec0ce6619c 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1623,7 +1623,7 @@ checksum tool based on the BLAKE3 cryptographic hash 
function.")
 (define-public libxcrypt
   (package
     (name "libxcrypt")
-    (version "4.4.36")
+    (version "4.4.38")
     (source
      (origin
        (method url-fetch)
@@ -1632,7 +1632,7 @@ checksum tool based on the BLAKE3 cryptographic hash 
function.")
          "https://github.com/besser82/libxcrypt/releases/download/v"; version
          "/libxcrypt-" version ".tar.xz"))
        (sha256
-        (base32 "0hw9zphnbzgys5k7ja37iqmwmlyn0y417qr6xqmdw08axv5g9qg5"))))
+        (base32 "1mkd42s12iagnpqk29hqi5vk2a6vkdaagn81gwr9k9vf62f4nc40"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))

Reply via email to