[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: girara: Update to 0.4.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: girara: Update to 0.4.2. |
Date: |
Sun, 03 Mar 2024 01:54:46 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f5972b0762 gnu: girara: Update to 0.4.2.
f5972b0762 is described below
commit f5972b0762e47422ae42c68844d8cc7b5bd64a50
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Mar 2 22:20:54 2024 +0200
gnu: girara: Update to 0.4.2.
* gnu/packages/gtk.scm (girara): Update to 0.4.2.
Change-Id: Ib7daa73b5802c98b653f4513f6111dcad786b65f
---
gnu/packages/gtk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1a3bb56945..2dcfa0edc1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus
<rekado@elephly.net>
-;;; Copyright © 2016, 2017, 2020-2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2020-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Patrick Hetu <patrick.hetu@auf.org>
@@ -2124,7 +2124,7 @@ and routines to assist in editing internationalized
text.")
(define-public girara
(package
(name "girara")
- (version "0.3.7")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
@@ -2133,7 +2133,7 @@ and routines to assist in editing internationalized
text.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0k93pi0lkf941vanvh1habm6n5wl1n63726j5kqxh34wdlv4mv4s"))))
+ (base32 "11fi7yy28rv6clj9gkvz58gd8zph95khq9jjia4c5skq03m67npz"))))
(native-inputs `(("pkg-config" ,pkg-config)
("check" ,check)
("gettext" ,gettext-minimal)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: girara: Update to 0.4.2.,
guix-commits <=