guix-commits
[Top][All Lists]
Advanced

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

03/05: artwork: Update snapshot to e951905.


From: guix-commits
Subject: 03/05: artwork: Update snapshot to e951905.
Date: Sun, 10 Feb 2019 17:25:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 10 23:03:46 2019 +0100

    artwork: Update snapshot to e951905.
    
    * gnu/artwork.scm (%artwork-repository): Update to e951905.
---
 gnu/artwork.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index 35bfd0f..021aaa5 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (define %artwork-repository
-  (let ((commit "6998d30425289b087c64f63e7415df2241e591db"))
+  (let ((commit "e951905f79dcc92fba9cd05d9190afa3ee2d1d50"))
     (origin
       (method git-fetch)
       (uri (git-reference
@@ -39,6 +39,6 @@
                                 "-checkout"))
       (sha256
        (base32
-        "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j")))))
+        "1d79ackvs3bqk43ff91457qmdb6g4nwfknzs3dyrhni1ynk1i976")))))
 
 ;;; artwork.scm ends here



reply via email to

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