[PATCH] gnu: papirus-icon-theme: Update to 20200430.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Leo Prikler
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 5 years ago
(address . guix-patches@gnu.org)
20200515163428.19834-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200430.
---
gnu/packages/gnome-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index b260678cd5..83e37f97b0 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
--
2.26.2
宋文武 wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 41292-done@debbugs.gnu.org)
87ftc05l6s.fsf@member.fsf.org
Leo Prikler <leo.prikler@student.tugraz.at> writes:

Toggle quote (2 lines)
> * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200430.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41292@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41292
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help