gnu: girara: Update to 0.3.4.

* gnu/packages/gtk.scm (girara): Update to 0.3.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-04 15:55:02 +01:00
parent 13d872234b
commit 8863477245
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -15,7 +15,7 @@
;;; Copyright © 2016 Patrick Hetu <patrick.hetu@auf.org>
;;; Copyright © 2016 ng0 <ng0@n0.is>
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
@ -1446,7 +1446,7 @@ (define-public perl-pango
(define-public girara
(package
(name "girara")
(version "0.3.3")
(version "0.3.4")
(source
(origin
(method git-fetch)
@ -1455,7 +1455,7 @@ (define-public girara
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0q0yfv2777s72p473lw0ll435n7vz4v204cmp9naq8am7a6i6avn"))))
(base32 "08rpw9hkaprm4r853xy1d35i2af1pji8c3mzzl01mmwmyr9p0x8k"))))
(native-inputs `(("pkg-config" ,pkg-config)
("check" ,check)
("gettext" ,gettext-minimal)