diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-05-16 16:23:45 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2020-05-16 16:36:58 +0800 |
commit | 9d681f1bc921711c1dff498b9950090e85585d11 (patch) | |
tree | ec19b58a406fbc385bf43221de3dc11fc9df746c /gnu | |
parent | b050e205dccb79e6026cc6a756e89545a2f3d0d3 (diff) |
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>
Diffstat (limited to 'gnu')
-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 |