gnu: pass-git-helper: Don't use unstable tarball.

* gnu/packages/password-utils.scm (pass-git-helper)[source]: Download
using git-fetch.
This commit is contained in:
Efraim Flashner 2020-01-22 12:18:05 +02:00
parent 659204ff2c
commit df58cc9c56
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -752,12 +752,14 @@ (define-public pass-git-helper
(version "0.3.1") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/languitar/pass-git-helper/archive/release-" (uri (git-reference
version ".tar.gz")) (url "https://github.com/languitar/pass-git-helper")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0lz5ncy44pz7z1j2nnyildx8sq33zi3xvg5nkwg25n11nasqh2xn")))) "0vyzmfzyr6ghaglr09px2q6k38zyv1hw25j14z7if7nncj1i4i5d"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases