mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: mate-common: Update to 1.26.0.
* gnu/packages/mate.scm (mate-common): Update to 1.26.0.
This commit is contained in:
parent
b3ecbe16d2
commit
b6b3db9f08
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ (define-module (gnu packages mate)
|
|||
(define-public mate-common
|
||||
(package
|
||||
(name "mate-common")
|
||||
(version "1.24.1")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -86,7 +86,7 @@ (define-public mate-common
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dgp6k2l6dz7x2lnqk4y5xfkld376726hda3mrc777f821kk99nr"))))
|
||||
"014wpfqpqmfkzv81paap4fz15mj1gsyvaxlrfqsp9a3yxw4f7jaf"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis "Common files for development of MATE packages")
|
||||
|
|
Loading…
Reference in a new issue