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

* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.4.
[source]: Use GIT-FILE-NAME helper.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-22 02:58:34 +02:00
parent e0840e2b1c
commit e8ef3b808d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -874,16 +874,16 @@ (define-public git-crypt
(define-public git-remote-gcrypt
(package
(name "git-remote-gcrypt")
(version "1.3")
(version "1.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.spwhitton.name/git-remote-gcrypt")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0n8fzvr6y0pxrbvkywlky2bd8jvi0ayp4n9hwi84l1ldmv4a40dh"))))
"1x5ca1fi0hyn5w5mnz230x27bqr8j78adnzmlc7cbhzr13q36y5q"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@ -893,8 +893,7 @@ (define-public git-remote-gcrypt
(output (assoc-ref %outputs "out"))
(bindir (string-append output "/bin")))
(install-file (string-append source "/git-remote-gcrypt")
bindir)
#t))))
bindir)))))
(home-page "https://spwhitton.name/tech/code/git-remote-gcrypt/")
(synopsis "Whole remote repository encryption")
(description "git-remote-gcrypt is a Git remote helper to push and pull from