me
/
guix
Archived
1
0
Fork 0

gnu: libxcrypt: Update to 4.4.36.

* gnu/packages/crypto.scm (libxcrypt): Update to 4.4.36.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:02 +02:00
parent ef64cc509e
commit bbce7b4ab8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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