me
/
guix
Archived
1
0
Fork 0

gnu: mate-netbook: Update to 1.26.0.

* gnu/packages/mate.scm (mate-netbook): Update to 1.26.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Andy Tai 2023-06-15 10:35:20 -07:00 committed by 宋文武
parent 4504449cb7
commit e0c1a0a812
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -1106,7 +1106,7 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public mate-netbook
(package
(name "mate-netbook")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
@ -1114,7 +1114,7 @@ can be used as backgrounds in the MATE Desktop environment.")
name "-" version ".tar.xz"))
(sha256
(base32
"1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8"))))
"12gdy69nfysl8vmd8lv8b0lknkaagplrrz88nh6n0rmjkxnipgz3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config))