[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: papirus-icon-theme: Update to 20230104.
From: |
guix-commits |
Subject: |
branch master updated: gnu: papirus-icon-theme: Update to 20230104. |
Date: |
Fri, 27 Jan 2023 22:21:25 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 39641822fc gnu: papirus-icon-theme: Update to 20230104.
39641822fc is described below
commit 39641822fc743a7210d81aae1bfa66c28af6b515
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Sat Dec 31 09:00:07 2022 +0000
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>
---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 5aecd157ea..1e6fa6a9c4 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -198,7 +198,7 @@ simple and consistent.")
(define-public papirus-icon-theme
(package
(name "papirus-icon-theme")
- (version "20220508")
+ (version "20230104")
(source
(origin
(method git-fetch)
@@ -206,7 +206,7 @@ simple and consistent.")
(url
"https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
(commit version)))
(sha256
- (base32 "0rpcniaw8xbn23q67m26vgx3fynn4v056azrfp63lxdh46gfsvmc"))
+ (base32 "1x40gdqyw0gj389by6904g5a64r72by544k3nlyiamjhg2zmpx97"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: papirus-icon-theme: Update to 20230104.,
guix-commits <=