mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
5ecd79163e
commit
db94d31fed
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue