~ruther/guix-local

92e2e4816cf939c094d18c297fc88031485c1ddd — Luis Guilherme Coelho a month ago d34aff1
artwork: Update commit.

* gnu/artwork.scm (%artwork-repository): Update commit.

Change-Id: I1524126ac1daf9e8eab6c35695a9d786602c78f6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #5528
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/artwork.scm
M gnu/artwork.scm => gnu/artwork.scm +2 -2
@@ 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