gnu: guile-picture-language: Update to 0.0.1-4.291a746.
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-4.291a746. [propagated-inputs]: Add guile-cairo.
This commit is contained in:
parent
bd46b80aa1
commit
b54b3f5419
1 changed files with 5 additions and 4 deletions
|
@ -2570,8 +2570,8 @@ format is also supported.")
|
||||||
(deprecated-package "guile3.0-mcron" mcron))
|
(deprecated-package "guile3.0-mcron" mcron))
|
||||||
|
|
||||||
(define-public guile-picture-language
|
(define-public guile-picture-language
|
||||||
(let ((commit "7e5982a2788bd79a45ad6f02db46f061f97b6e14")
|
(let ((commit "291a746a1d3b4784d38b05239bdd7b8e796ce761")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "guile-picture-language")
|
(name "guile-picture-language")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -2583,12 +2583,13 @@ format is also supported.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y5f14cll4jx33hr43dpgrpd0yy6g0g7lim365kmgb0h0cvja80p"))))
|
"0rnhf13ds92sbdicshy4sy4kl2kc431fy9vzm1divw974p7v57sd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-3.0)))
|
`(("guile" ,guile-3.0)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-rsvg" ,guile-rsvg)))
|
`(("guile-cairo" ,guile-cairo)
|
||||||
|
("guile-rsvg" ,guile-rsvg)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Reference in a new issue