mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-yamlpp: Update to 0.3.
* gnu/packages/guile-xyz.scm (guile-yamlpp): Update to 0.3. Change-Id: I47e3e909cadc81219b8cb2bc32a86eccd73f7d4a Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
12b2af0536
commit
5a806face5
1 changed files with 2 additions and 2 deletions
|
@ -1853,7 +1853,7 @@ library}.")
|
||||||
(define-public guile-yamlpp
|
(define-public guile-yamlpp
|
||||||
(package
|
(package
|
||||||
(name "guile-yamlpp")
|
(name "guile-yamlpp")
|
||||||
(version "0.2")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1862,7 +1862,7 @@ library}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14mlqi7hw7pi9scwk1g432issnqcn185pd8na2plijxq55cy0iq7"))))
|
(base32 "0ik69y0vddg0myp0zdbkmklma0qkkrqzwlqwkij1zirklz6hl1ss"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list autoconf automake libtool pkg-config))
|
(native-inputs (list autoconf automake libtool pkg-config))
|
||||||
(inputs (list guile-3.0 yaml-cpp))
|
(inputs (list guile-3.0 yaml-cpp))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue