[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: baobab: Update to 3.24.0.
From: |
Kei Kebreau |
Subject: |
01/01: gnu: baobab: Update to 3.24.0. |
Date: |
Tue, 18 Apr 2017 20:37:31 -0400 (EDT) |
kkebreau pushed a commit to branch master
in repository guix.
commit 9be54b1507fc49db2610bdfb1497eae9c51b7c1c
Author: Kei Kebreau <address@hidden>
Date: Tue Apr 18 20:18:13 2017 -0400
gnu: baobab: Update to 3.24.0.
* gnu/packages/gnome.scm (baobab): Update to 3.24.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e46f35a..96dcbda 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5236,7 +5236,7 @@ files.")
(define-public baobab
(package
(name "baobab")
- (version "3.22.1")
+ (version "3.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5245,7 +5245,7 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1zwpzj6hbvcyw1ymqzn3zw8w4h29ad7411crbkbh71c8jwbwpssv"))))
+ "0gzwzn8p0agidjq3wnkxcsny6jhqph3yqscqjqd7blgkz5nyk02r"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)