gnu: git-remote-gcrypt: Update to 1.0.3.
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.3.
This commit is contained in:
parent
4f55b39fa7
commit
26cd470d3c
|
@ -473,7 +473,7 @@ to lock down your entire repository.")
|
||||||
(define-public git-remote-gcrypt
|
(define-public git-remote-gcrypt
|
||||||
(package
|
(package
|
||||||
(name "git-remote-gcrypt")
|
(name "git-remote-gcrypt")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -482,7 +482,7 @@ to lock down your entire repository.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kc6qi5gavziqlwnzpy7v4ah7yw860v3i8pyna6way0cfr0qnpr2"))))
|
"1vay3204729c7wajgn3nxf0s0hzwpdrw14pl6kd8w2ss25gvw2k1"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in New Issue