diff options
author | Josep Bigorra <jjbigorra@gmail.com> | 2025-06-27 10:59:57 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-27 12:14:09 +0100 |
commit | db94d31fed19d2bbfb035fac95109c258be75aae (patch) | |
tree | 799f3de4b0d641eed0bdb350ebf01bac89a157bc | |
parent | 5ecd79163efc1951388befa8ed721b0b855b605b (diff) |
gnu: ggg: Update to 0.3.13.
* gnu/packages/image.scm (ggg): Update to 0.3.13.
Change-Id: I226ebc71035866cb81507e7908e7c483b5a91747
-rw-r--r-- | gnu/packages/image.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 8b1f46a88c..f96f445de5 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1370,7 +1370,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.") (define-public ggg (package (name "ggg") - (version "0.3.11") + (version "0.3.13") (source (origin (method git-fetch) @@ -1379,7 +1379,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pn6xp90nnvfbbdyip7hsbf8is17waxk2xar2gc0h6lmq7j14rfv")))) + (base32 "0l0pbnp2jqi25s5hcqh2dhbdhcig4zyjx2cxwijbb5nn5shrp1wj")))) (arguments `(#:source-directory "src" #:phases (modify-phases %standard-phases |