mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: sord: Update to 0.14.0.
* gnu/packages/rdf.scm (sord): Update to 0.14.0.
This commit is contained in:
parent
3c972f5388
commit
c0549628b2
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ (define-public serd
|
|||
(define-public sord
|
||||
(package
|
||||
(name "sord")
|
||||
(version "0.12.2")
|
||||
(version "0.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.drobilla.net/sord-"
|
||||
|
@ -275,7 +275,7 @@ (define-public sord
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rq7vafdv4vsxi6xk9zf5shr59w3kppdhqbj78185rz5gp9kh1dx"))))
|
||||
"16piw1s3l95cf9x3rdcplp9l52k2lxq8drwg2q50ygm4avndhmkn"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue