gnu: mate-common: Update to 1.22.0.
* gnu/packages/mate.scm (mate-common): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
44e06f9cf3
commit
8b493c7cf0
|
@ -73,7 +73,7 @@
|
||||||
(define-public mate-common
|
(define-public mate-common
|
||||||
(package
|
(package
|
||||||
(name "mate-common")
|
(name "mate-common")
|
||||||
(version "1.18.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1005laf3z1h8qczm7pmwr40r842665cv6ykhjg7r93vldra48z6p"))))
|
"11lwckndizawbq993ws8lqp59vsc873zri0m8s1i5zyc4qx9f69z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
(synopsis "Common files for development of MATE packages")
|
(synopsis "Common files for development of MATE packages")
|
||||||
|
|
Loading…
Reference in New Issue