diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-08-14 14:15:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-08-14 16:03:42 +0200 |
commit | c0549628b2a324c8a82d459babdb21c4cc54b1ae (patch) | |
tree | b9ae43ef8e2c1bf30cc6e66ea8ca42f665b7c7e3 /gnu/packages/rdf.scm | |
parent | 3c972f538810931a438c7b0cea6cd46a28db09b4 (diff) | |
download | guix-c0549628b2a324c8a82d459babdb21c4cc54b1ae.tar guix-c0549628b2a324c8a82d459babdb21c4cc54b1ae.tar.gz |
gnu: sord: Update to 0.14.0.
* gnu/packages/rdf.scm (sord): Update to 0.14.0.
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r-- | gnu/packages/rdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index ed4c8a4fb3..d0a362c3a0 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -267,7 +267,7 @@ ideal (e.g. in LV2 implementations or embedded applications).") (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 @@ ideal (e.g. in LV2 implementations or embedded applications).") ".tar.bz2")) (sha256 (base32 - "0rq7vafdv4vsxi6xk9zf5shr59w3kppdhqbj78185rz5gp9kh1dx")))) + "16piw1s3l95cf9x3rdcplp9l52k2lxq8drwg2q50ygm4avndhmkn")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no check target |