mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: baobab: Update to 3.20.1.
* gnu/packages/gnome.scm (baobab): Update to 3.20.1.
This commit is contained in:
parent
82ab76474d
commit
758da0fe8e
1 changed files with 2 additions and 2 deletions
|
@ -4759,7 +4759,7 @@ files.")
|
|||
(define-public baobab
|
||||
(package
|
||||
(name "baobab")
|
||||
(version "3.20.0")
|
||||
(version "3.20.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4768,7 +4768,7 @@ files.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01vxc9z87i2dsvydm6p1sh4m7bpbggy70q9bx6pxz707hyr6bpaw"))))
|
||||
"07wx4jb3nmipd4caybv21hl8h0gb282qc5a24b731mxhfqmg3pz9"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue