[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: sord: Update to 0.16.4.
From: |
guix-commits |
Subject: |
05/11: gnu: sord: Update to 0.16.4. |
Date: |
Mon, 11 Nov 2019 21:34:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 268b69f9513b5e53d85b996bad931c7eba5db059
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Nov 11 20:25:44 2019 +0100
gnu: sord: Update to 0.16.4.
* gnu/packages/rdf.scm (sord): Update to 0.16.4.
---
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 1f2b713..b086d2f 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -299,14 +299,14 @@ ideal (e.g. in LV2 implementations or embedded
applications).")
(define-public sord
(package
(name "sord")
- (version "0.16.2")
+ (version "0.16.4")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/sord-"
version ".tar.bz2"))
(sha256
(base32
- "13fshxwpipjrvsah1m2jw1kf022z2q5vpw24bzcznglgvms13x89"))))
+ "1mwh4qvp9q4vgrgg5bz9sgjhxscncrylf2b06h0q55ddwzs9hndi"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
- 10/11: gnu: libstrophe: Don't use unstable tarball., (continued)
- 10/11: gnu: libstrophe: Don't use unstable tarball., guix-commits, 2019/11/11
- 04/11: gnu: rng-tools: Update to 6.8., guix-commits, 2019/11/11
- 07/11: gnu: highlight: Update to 3.54., guix-commits, 2019/11/11
- 08/11: gnu: libmbim: Update to 1.20.2., guix-commits, 2019/11/11
- 01/11: gnu: lyx: Don't use NAME in source URI., guix-commits, 2019/11/11
- 09/11: gnu: libstrophe: Update to 0.9.3., guix-commits, 2019/11/11
- 02/11: gnu: lyx: Update to 2.3.3., guix-commits, 2019/11/11
- 03/11: gnu: dialog: Update to 1.3-20191110., guix-commits, 2019/11/11
- 06/11: gnu: lilv: Update to 0.24.6., guix-commits, 2019/11/11
- 11/11: gnu: sratom: Update to 0.6.4., guix-commits, 2019/11/11
- 05/11: gnu: sord: Update to 0.16.4.,
guix-commits <=