gnu: papirus-icon-theme: Update to 20220508.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20220508.
This commit is contained in:
parent
e71f35df74
commit
5fc41bb758
1 changed files with 3 additions and 4 deletions
|
@ -190,7 +190,7 @@ simple and consistent.")
|
||||||
(define-public papirus-icon-theme
|
(define-public papirus-icon-theme
|
||||||
(package
|
(package
|
||||||
(name "papirus-icon-theme")
|
(name "papirus-icon-theme")
|
||||||
(version "20210101")
|
(version "20220508")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -198,12 +198,11 @@ simple and consistent.")
|
||||||
(url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
|
(url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rpcniaw8xbn23q67m26vgx3fynn4v056azrfp63lxdh46gfsvmc"))
|
||||||
"0w6qg3zjhfvjg1gg5inranf8ianb4mrp0jm9qgi6hg87ig1rashs"))
|
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f
|
'(#:tests? #f ; no test suite
|
||||||
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue