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

commit 250e40d05f202d8de0ea70fc62aa3ac1d6aff283
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 97f494a603..35e6ca5488 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1624,7 +1624,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)
@@ -1633,7 +1633,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