gnu: baobab: Update to 3.22.1.
authorMark H Weaver <mhw@netris.org>
Mon, 9 Jan 2017 09:24:11 +0000 (04:24 -0500)
committerMark H Weaver <mhw@netris.org>
Wed, 11 Jan 2017 16:34:25 +0000 (11:34 -0500)
* gnu/packages/gnome.scm (baobab): Update to 3.22.1.

gnu/packages/gnome.scm

index 00e7a90..ec316fe 100644 (file)
@@ -4965,7 +4965,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "3.20.1")
+    (version "3.22.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4974,7 +4974,7 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "07wx4jb3nmipd4caybv21hl8h0gb282qc5a24b731mxhfqmg3pz9"))))
+                "1zwpzj6hbvcyw1ymqzn3zw8w4h29ad7411crbkbh71c8jwbwpssv"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)