diff options
| author | Luis Guilherme Coelho <lgcoelho@disroot.org> | 2026-01-10 12:37:02 -0300 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:59 +0100 |
| commit | 92e2e4816cf939c094d18c297fc88031485c1ddd (patch) | |
| tree | 42c0c3bd8f2d31801270284286d0588ee3d82716 /gnu/artwork.scm | |
| parent | d34aff1f7e41d264709fa907cc0ff6f1bfb3d945 (diff) | |
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>
Diffstat (limited to 'gnu/artwork.scm')
| -rw-r--r-- | gnu/artwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/artwork.scm b/gnu/artwork.scm index 5f634533f55..d3ab13b8af7 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm @@ -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 |
