diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-08-14 14:14:32 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-08-14 16:03:42 +0200 |
commit | 3c972f538810931a438c7b0cea6cd46a28db09b4 (patch) | |
tree | ada1258f0c26f7f82c8e426dfe7bba377c22a54b /gnu/packages/rdf.scm | |
parent | 5f4a446d377d00f2921d0d58406b712ec70fed6a (diff) | |
download | patches-3c972f538810931a438c7b0cea6cd46a28db09b4.tar patches-3c972f538810931a438c7b0cea6cd46a28db09b4.tar.gz |
gnu: serd: Update to 0.22.0.
* gnu/packages/rdf.scm (serd): Update to 0.22.0.
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r-- | gnu/packages/rdf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 4d5fd4d0ac..ed4c8a4fb3 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr> -;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -233,7 +233,7 @@ and triple stores.") (define-public serd (package (name "serd") - (version "0.20.0") + (version "0.22.0") (source (origin (method url-fetch) (uri (string-append "http://download.drobilla.net/serd-" @@ -241,7 +241,7 @@ and triple stores.") ".tar.bz2")) (sha256 (base32 - "1gxbzqsm212wmn8qkdd3lbl6wbv7fwmaf9qh2nxa4yxjbr7mylb4")))) + "1lmgca2s6r7ysakcld2lrj06bgn0pr45c51b47k3apxpnj3h40vv")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no check target |