gnu: ggg: Update to 0.3.13.

* gnu/packages/image.scm (ggg): Update to 0.3.13.

Change-Id: I226ebc71035866cb81507e7908e7c483b5a91747
This commit is contained in:
Josep Bigorra 2025-06-27 10:59:57 +02:00 committed by Sharlatan Hellseher
parent 5ecd79163e
commit db94d31fed
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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