me
/
guix
Archived
1
0
Fork 0

gnu: artwork: Update repository to latest commit.

* gnu/artwork.scm (%artwork-repository): Update to commit
4c7f2ce6428a63e202cd2a9474a06f68a946934d.
Maxim Cournoyer 2022-08-10 12:20:58 -04:00
parent ce53253d1f
commit 2b579fd4f4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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