gnu: git-remote-gcrypt: Update to 1.0.2.

* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.2.
master
Tobias Geerinckx-Rice 2018-02-28 16:51:28 +01:00
parent aa08ab38cd
commit 30bbb86ae3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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.1") (version "1.0.2")
(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
"0znrx77vpm4a8l7yiybsxk5vrawijqqfxmp1p2yhaaw8cbgrj7az")))) "0kc6qi5gavziqlwnzpy7v4ah7yw860v3i8pyna6way0cfr0qnpr2"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:modules ((guix build utils))