mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: girara: Update to 0.3.3.
* gnu/packages/gtk.scm (girara): Update to 0.3.3.
This commit is contained in:
parent
741b505307
commit
efa45291b7
1 changed files with 3 additions and 3 deletions
|
@ -1384,15 +1384,15 @@ (define-public perl-pango
|
||||||
(define-public girara
|
(define-public girara
|
||||||
(package
|
(package
|
||||||
(name "girara")
|
(name "girara")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://pwmt.org/projects/girara/download/girara-"
|
(string-append "https://pwmt.org/projects/girara/download/girara-"
|
||||||
version ".tar.xz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kc6n1mxjxa7wvwnqy94qfg8l9jvx9qrvrr2kc7m4g0z20x3a00p"))))
|
"13vr62kkkqs2xsrmsn114n6c6084ix1qyjksczqsc3s2y3bdsmj4"))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("check" ,check)
|
("check" ,check)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue