mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mate-themes: Update source hash.
This is a followup to commit 44350d23da
.
* gnu/packages/mate.scm (mate-themes)[source]: Update hash.
* gnu/packages/gtk.scm (gtk+): Add reminder comment.
This commit is contained in:
parent
5827ea30ee
commit
2d5785adca
2 changed files with 3 additions and 1 deletions
|
@ -649,6 +649,8 @@ (define-public gtk+-2
|
|||
(define-public gtk+
|
||||
(package (inherit gtk+-2)
|
||||
(name "gtk+")
|
||||
;; NOTE: When updating the version of 'gtk+', the hash of 'mate-themes' in
|
||||
;; mate.scm will also need to be updated.
|
||||
(version "3.22.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
|
@ -70,7 +70,7 @@ (define-public mate-themes
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12p6xvqs8smbk9nivi43089fiw1jbb3g9836arr0sksmmziklnvy"))))
|
||||
"1gsfzrcbwp7835pbilk7cvda8hjsf9g3gl4llbm61y9j7a4x2kn6"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue