mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mate-netbook: Update to 1.24.0.
* gnu/packages/mate.scm (mate-netbook): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
66adc72e7a
commit
6df282a745
1 changed files with 2 additions and 2 deletions
|
@ -1150,7 +1150,7 @@ (define-public mate-backgrounds
|
|||
(define-public mate-netbook
|
||||
(package
|
||||
(name "mate-netbook")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1158,7 +1158,7 @@ (define-public mate-netbook
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17p1wv9bcr3kvlahnxmxj786vka86nysi90x5xci6ilwyjlaxh0l"))))
|
||||
"1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue