X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/f4a5faa9dcadc698383e15743ac5f974ee0e3c8b..c7c7e115d0cd20b0af0df90d34a93270c79d55be:/gnu/artwork.scm diff --git a/gnu/artwork.scm b/gnu/artwork.scm index 35bfd0f967..f404467dd7 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 +;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès ;;; Copyright © 2017 Leo Famulari ;;; ;;; This file is part of GNU Guix. @@ -29,7 +29,7 @@ ;;; Code: (define %artwork-repository - (let ((commit "6998d30425289b087c64f63e7415df2241e591db")) + (let ((commit "2f2fe74c1078be605a6a93c2193fd6c715cebbb0")) (origin (method git-fetch) (uri (git-reference @@ -39,6 +39,6 @@ "-checkout")) (sha256 (base32 - "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j"))))) + "0c8r0phvm3wgf914n2kw1461cwdjl2zbzqvzq9x7d9pwkgv7xmq7"))))) ;;; artwork.scm ends here