mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: papirus-icon-theme: Update to 20200430.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200430. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
b050e205dc
commit
9d681f1bc9
1 changed files with 3 additions and 3 deletions
|
@ -554,8 +554,8 @@ (define-public numix-theme
|
|||
|
||||
(define-public papirus-icon-theme
|
||||
(let ((version "0.0.0") ;; The package does not use semver
|
||||
(revision "0")
|
||||
(tag "20191201"))
|
||||
(revision "1")
|
||||
(tag "20200430"))
|
||||
(package
|
||||
(name "papirus-icon-theme")
|
||||
(version (git-version version revision tag))
|
||||
|
@ -567,7 +567,7 @@ (define-public papirus-icon-theme
|
|||
(commit tag)))
|
||||
(sha256
|
||||
(base32
|
||||
"0lnz1kmz28xh1f4slbsx7ycji5hgszyiyprbf5w5fbjhvi5gzw1h"))
|
||||
"19dfiifc7cjwy0nb1hgzryzaijszsyix303xsgk5xbmhpwrv92hq"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue