gnu: libxcrypt: Update to 4.4.33.
* gnu/packages/crypto.scm (libxcrypt): Update to 4.4.33.master
parent
612cf1b9ff
commit
7116cc6f66
|
@ -1670,7 +1670,7 @@ checksum tool based on the BLAKE3 cryptographic hash function.")
|
||||||
(define-public libxcrypt
|
(define-public libxcrypt
|
||||||
(package
|
(package
|
||||||
(name "libxcrypt")
|
(name "libxcrypt")
|
||||||
(version "4.4.28")
|
(version "4.4.33")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1679,8 +1679,7 @@ checksum tool based on the BLAKE3 cryptographic hash function.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "174k5cj95617akg6pplv371mpd35j9q8il245f2zcpq76yz4qydl"))))
|
||||||
"0pacj0s1hlv22iz0k2bkysjslc6rbrgmvmsr02qq17lp4d2gw5rs"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
|
|
Reference in New Issue