gnu: girara: Fetch sources from git.

The tarball URI is having server issues.  Use the upstream git
repository instead until this is resolved.

Reported by Marius Bakke <mbakke@fastmail.com>.

* gnu/packages/gtk.scm (girara)[source]: Switch to GIT-FETCH.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-04 22:56:17 +01:00
parent 6b84a31d90
commit f3d4015385
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1377,14 +1377,15 @@ (define-public girara
(package (package
(name "girara") (name "girara")
(version "0.3.3") (version "0.3.3")
(source (origin (source
(method url-fetch) (origin
(uri (method git-fetch)
(string-append "https://pwmt.org/projects/girara/download/girara-" (uri (git-reference
version ".tar.gz")) (url "https://git.pwmt.org/pwmt/girara")
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0q0yfv2777s72p473lw0ll435n7vz4v204cmp9naq8am7a6i6avn"))))
"13vr62kkkqs2xsrmsn114n6c6084ix1qyjksczqsc3s2y3bdsmj4"))))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("check" ,check) ("check" ,check)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)