mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: baobab: Update to 3.30.0.
* gnu/packages/gnome.scm (baobab): Update to 3.30.0.
This commit is contained in:
parent
ab2a1aed20
commit
d4ae2d15ef
1 changed files with 2 additions and 2 deletions
|
@ -6273,7 +6273,7 @@ (define-public nautilus
|
|||
(define-public baobab
|
||||
(package
|
||||
(name "baobab")
|
||||
(version "3.28.0")
|
||||
(version "3.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -6282,7 +6282,7 @@ (define-public baobab
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qsx7vx5c3n4yxlxbr11sppw7qwcv9z3g45b5xb9y7wxw5lv42sk"))))
|
||||
"0kx721s1hhw1g0nvbqhb93g8iq6f852imyhfhl02zcqy4ipx0kay"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:glib-or-gtk? #t))
|
||||
|
|
Loading…
Reference in a new issue