diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-05-16 16:23:45 +0800 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 15:16:49 +0200 |
commit | 97c56853bba52f59efd4ebcbb7801392f38a807e (patch) | |
tree | 837c357e495fbab2737b8fa8a74c815c77be1acc | |
parent | b94338e6ec266f50d166da869ef54a45e0ac2a0f (diff) | |
download | guix-97c56853bba52f59efd4ebcbb7801392f38a807e.tar.gz guix-97c56853bba52f59efd4ebcbb7801392f38a807e.zip |
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>
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0997edb0e1..ec3c622e0f 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -554,8 +554,8 @@ dark elements. It supports GNOME, Unity, Xfce, and Openbox.") (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 @@ dark elements. It supports GNOME, Unity, Xfce, and Openbox.") (commit tag))) (sha256 (base32 - "0lnz1kmz28xh1f4slbsx7ycji5hgszyiyprbf5w5fbjhvi5gzw1h")) + "19dfiifc7cjwy0nb1hgzryzaijszsyix303xsgk5xbmhpwrv92hq")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |