[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: serd: Update to 0.30.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/10: gnu: serd: Update to 0.30.0. |
Date: |
Tue, 14 Aug 2018 18:36:03 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3416f65fbdbf2226247ad8118852bcc8c113955d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Aug 14 17:55:14 2018 +0200
gnu: serd: Update to 0.30.0.
* gnu/packages/rdf.scm (serd): Update to 0.30.0.
---
gnu/packages/rdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index ff79b90..48dc3cd 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -230,14 +230,14 @@ and triple stores.")
(define-public serd
(package
(name "serd")
- (version "0.28.0")
+ (version "0.30.0")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/serd-"
version ".tar.bz2"))
(sha256
(base32
- "1v4ai4zyj1q3255nghicns9817jkwb3bh60ssprsjmnjfj41mwhx"))))
+ "1yyfyvc6kwagi5w43ljp1bbjdvdpmgpds74lmjxycm91bkx0xyvf"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
- branch master updated (feccc81 -> d87e547), Tobias Geerinckx-Rice, 2018/08/14
- 02/10: gnu: serd: Update to 0.30.0.,
Tobias Geerinckx-Rice <=
- 01/10: gnu: memcached: Fix typos in description., Tobias Geerinckx-Rice, 2018/08/14
- 09/10: gnu: perl-http-tiny: Update to 0.076., Tobias Geerinckx-Rice, 2018/08/14
- 07/10: gnu: f3: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/08/14
- 03/10: gnu: sratom: Update to 0.6.2., Tobias Geerinckx-Rice, 2018/08/14
- 05/10: gnu: aubio: Update to 0.4.6., Tobias Geerinckx-Rice, 2018/08/14
- 04/10: gnu: lilv: Update to 0.24.4., Tobias Geerinckx-Rice, 2018/08/14
- 08/10: gnu: f3: Update to 7.1., Tobias Geerinckx-Rice, 2018/08/14
- 06/10: gnu: perl-db-file: Update to 1.842., Tobias Geerinckx-Rice, 2018/08/14
- 10/10: gnu: address@hidden: Update to 1.1.0i [fix CVE-2018-0737]., Tobias Geerinckx-Rice, 2018/08/14