gnu: papirus-icon-theme: Update to 20220508.

* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20220508.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:02 +02:00
parent e71f35df74
commit 5fc41bb758
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -190,7 +190,7 @@ (define-public moka-icon-theme
(define-public papirus-icon-theme
(package
(name "papirus-icon-theme")
(version "20210101")
(version "20220508")
(source
(origin
(method git-fetch)
@ -198,12 +198,11 @@ (define-public papirus-icon-theme
(url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
(commit version)))
(sha256
(base32
"0w6qg3zjhfvjg1gg5inranf8ianb4mrp0jm9qgi6hg87ig1rashs"))
(base32 "0rpcniaw8xbn23q67m26vgx3fynn4v056azrfp63lxdh46gfsvmc"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f
'(#:tests? #f ; no test suite
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases