mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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:
committed by
Sharlatan Hellseher
parent
5ecd79163e
commit
db94d31fed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user