mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: papirus-icon-theme: Update to 20230104.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20230104. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f26c474dec
commit
39641822fc
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,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 "20220508")
|
(version "20230104")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -206,7 +206,7 @@ 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 "0rpcniaw8xbn23q67m26vgx3fynn4v056azrfp63lxdh46gfsvmc"))
|
(base32 "1x40gdqyw0gj389by6904g5a64r72by544k3nlyiamjhg2zmpx97"))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue