gnu: guile-gcrypt: Use git-file-name
* gnu/packages/gnupg.scm (guile-gcrypt): Use git-file-name.
This commit is contained in:
parent
123334fadd
commit
d47f96307b
@ -466,7 +466,7 @@ gpgpme starting with version 1.7.")
|
||||
(sha256
|
||||
(base32
|
||||
"0n232iyayc46f7hywmjw0jr7pbmmz5h4b04jskhkzz9gxz0ci99c"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
Loading…
Reference in New Issue
Block a user