guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 3b8fb6de6274bc1d891149565c08e4ac9d476dc5
Author: Luis Guilherme Coelho <[email protected]>
AuthorDate: Sat Jan 10 12:37:02 2026 -0300
artwork: Update commit.
* gnu/artwork.scm (%artwork-repository): Update commit.
Change-Id: I1524126ac1daf9e8eab6c35695a9d786602c78f6
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #5528
---
gnu/artwork.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index 5f634533f5..d3ab13b8af 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -29,7 +29,7 @@
;;; Code:
(define %artwork-repository
- (let ((commit "4c7f2ce6428a63e202cd2a9474a06f68a946934d"))
+ (let ((commit "08259679a0faef63e3ba169df5b937d836bd9262"))
(origin
(method git-fetch)
(uri (git-reference
@@ -39,6 +39,6 @@
"-checkout"))
(sha256
(base32
- "1rl569759q9wm1dxn7nkq3873d2k92giic7aa6jwzwr3n16prc7y")))))
+ "0anryix0y8w9brksiaz39r8c10vdd0fp4h96b9f3m4aw0xpv8xlf")))))
;;; artwork.scm ends here