guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: artwork: Update repository to latest commit.


From: guix-commits
Subject: branch master updated: gnu: artwork: Update repository to latest commit.
Date: Thu, 11 Aug 2022 11:55:46 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2b579fd4f4 gnu: artwork: Update repository to latest commit.
2b579fd4f4 is described below

commit 2b579fd4f453bb1a3592eb8e634ea1dff64efab6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 10 12:20:58 2022 -0400

    gnu: artwork: Update repository to latest commit.
    
    * gnu/artwork.scm (%artwork-repository): Update to commit
    4c7f2ce6428a63e202cd2a9474a06f68a946934d.
---
 gnu/artwork.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index f404467dd7..23b9899384 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (define %artwork-repository
-  (let ((commit "2f2fe74c1078be605a6a93c2193fd6c715cebbb0"))
+  (let ((commit "4c7f2ce6428a63e202cd2a9474a06f68a946934d"))
     (origin
       (method git-fetch)
       (uri (git-reference
@@ -39,6 +39,6 @@
                                 "-checkout"))
       (sha256
        (base32
-        "0c8r0phvm3wgf914n2kw1461cwdjl2zbzqvzq9x7d9pwkgv7xmq7")))))
+        "1rl569759q9wm1dxn7nkq3873d2k92giic7aa6jwzwr3n16prc7y")))))
 
 ;;; artwork.scm ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]