gnu: guile-dsv: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.3.0.master
parent
a1315b7fdd
commit
14b9200412
|
@ -448,16 +448,16 @@ you send to a FIFO file.")
|
||||||
(define-public guile-dsv
|
(define-public guile-dsv
|
||||||
(package
|
(package
|
||||||
(name "guile-dsv")
|
(name "guile-dsv")
|
||||||
(version "0.2.1")
|
(version "0.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/artyom-poptsov/guile-dsv")
|
(url "https://github.com/artyom-poptsov/guile-dsv")
|
||||||
(commit "bdc5267d007478abc20ea96d7c459b7dd9560b3d")))
|
(commit "6c867915dc4198eacc548a4834ef0e1aef852795")))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1irw6mz8998nwyhzrw9g94jcz60b9zljgqfmipaz1ybn8579qjx0"))))
|
"1mxbbcsmbjfnh4yydqz44ihbkdnzdwz38xanaam128arlb7hwr8n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
@ -465,7 +465,7 @@ you send to a FIFO file.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(inputs `(("guile" ,guile-2.2)))
|
(inputs `(("guile" ,guile-2.2)))
|
||||||
(propagated-inputs `(("guile-lib" ,guile-lib)))
|
(propagated-inputs `(("guile2.2-lib" ,guile2.2-lib)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(add-before 'configure 'set-guilesitedir
|
(add-before 'configure 'set-guilesitedir
|
||||||
|
|
Reference in New Issue