mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mate-themes: Update to 3.22.10.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.10.
This commit is contained in:
parent
f0bc6ca1f2
commit
4e85f8d9d5
1 changed files with 4 additions and 5 deletions
|
@ -61,16 +61,15 @@ (define-public mate-icon-theme
|
||||||
(define-public mate-themes
|
(define-public mate-themes
|
||||||
(package
|
(package
|
||||||
(name "mate-themes")
|
(name "mate-themes")
|
||||||
(version (package-version gtk+))
|
(version "3.22.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://pub.mate-desktop.org/releases/themes/"
|
(uri (string-append "http://pub.mate-desktop.org/releases/themes/"
|
||||||
(version-major+minor (package-version gtk+))
|
(version-major+minor version) "/mate-themes-"
|
||||||
"/mate-themes-" (package-version gtk+)
|
version ".tar.xz"))
|
||||||
".tar.xz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gsfzrcbwp7835pbilk7cvda8hjsf9g3gl4llbm61y9j7a4x2kn6"))))
|
"03ficjfxa4qpx4vcshhk2zxryivckxpw7wcjgbn8xqnjk3lgzjcb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue