mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: mate-themes: Update to 3.22.16.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.16.
This commit is contained in:
parent
fb5f8f0135
commit
9767800687
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ (define-public mate-icon-theme-faenza
|
|||
(define-public mate-themes
|
||||
(package
|
||||
(name "mate-themes")
|
||||
(version "3.22.15")
|
||||
(version "3.22.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pub.mate-desktop.org/releases/themes/"
|
||||
|
@ -162,7 +162,7 @@ (define-public mate-themes
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cmlbj6vlkavdirc5xnsgwmy0m11bj9yrbv1dkq46n1s23rvv6wg"))))
|
||||
"1k8qp2arjv4vj8kyjhjgyj5h46jy0darlfh48l5h25623z1firdj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue