gnu: guile-dsv: Update to 0.2.1 & correct sha256.
* gnu/packages/guile.scm (guile-dsv): Update to 0.2.1.
This commit is contained in:
parent
8c94393c6a
commit
8c80f8ef9b
|
@ -1507,16 +1507,16 @@ SQL databases. This package implements the interface for SQLite.")
|
||||||
(define-public guile-dsv
|
(define-public guile-dsv
|
||||||
(package
|
(package
|
||||||
(name "guile-dsv")
|
(name "guile-dsv")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(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 "7d2e06a15e1d8478cd0e8fb4c79aec519dc4cfd0")))
|
(commit "bdc5267d007478abc20ea96d7c459b7dd9560b3d")))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ywb0hdbs4lcjag8b3id43fpyn5s6gscg7dk0n9ryigyvch80wxj"))))
|
"1irw6mz8998nwyhzrw9g94jcz60b9zljgqfmipaz1ybn8579qjx0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue