efraim pushed a commit to branch master
in repository guix.
commit 1fd74a7e5aa41f118211155ef8cefe55669d2271
Author: Efraim Flashner <[email protected]>
AuthorDate: Sat Feb 19 19:09:20 2022 +0200
gnu: girara: Update to 0.3.7.
* gnu/packages/gtk.scm (girara): Update to 0.3.7.
[native-inputs]: Replace check-0.14 with check.
---
gnu/packages/gtk.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ced9d621aa..55805c5e4f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2015 Andy Wingo <[email protected]>
;;; Copyright © 2015 David Hashe <[email protected]>
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus
<[email protected]>
-;;; Copyright © 2016, 2017, 2020, 2021 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2020, 2021, 2022 Efraim Flashner
<[email protected]>
;;; Copyright © 2016 Fabian Harfert <[email protected]>
;;; Copyright © 2016 Kei Kebreau <[email protected]>
;;; Copyright © 2016 Patrick Hetu <[email protected]>
@@ -2144,7 +2144,7 @@ and routines to assist in editing internationalized
text.")
(define-public girara
(package
(name "girara")
- (version "0.3.6")
+ (version "0.3.7")
(source
(origin
(method git-fetch)
@@ -2153,9 +2153,9 @@ and routines to assist in editing internationalized
text.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0whwwj31fxfaf4r4qvxb4kl3mj05xj3n9c6nzdn46r30bkg9z4dw"))))
+ (base32 "0k93pi0lkf941vanvh1habm6n5wl1n63726j5kqxh34wdlv4mv4s"))))
(native-inputs `(("pkg-config" ,pkg-config)
- ("check" ,check-0.14)
+ ("check" ,check)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("xorg-server" ,xorg-server-for-tests)))