[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: sord: Update to 0.16.8.
From: |
guix-commits |
Subject: |
02/11: gnu: sord: Update to 0.16.8. |
Date: |
Mon, 11 Jan 2021 17:55:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit ca8ac129a40aef6c05e8249ee131ff06c3851098
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 23:49:15 2021 +0100
gnu: sord: Update to 0.16.8.
* gnu/packages/rdf.scm (sord): Update to 0.16.8.
---
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 de14a9a..0841c1f 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -302,14 +302,14 @@ ideal (e.g. in LV2 implementations or embedded
applications).")
(define-public sord
(package
(name "sord")
- (version "0.16.6")
+ (version "0.16.8")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/sord-"
version ".tar.bz2"))
(sha256
(base32
- "0i4x49ckdi1d24kwp6rmnf2mz78sncdpq22xhv9kclq8frxg4yk6"))))
+ "052y7zllrg0bzyky2rmrrwnnf16p6bk7q40rq9mgm0mzm8p9sa3w"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
- branch master updated (8153705 -> d2199e7), guix-commits, 2021/01/11
- 02/11: gnu: sord: Update to 0.16.8.,
guix-commits <=
- 03/11: gnu: skalibs: Update to 2.10.0.0., guix-commits, 2021/01/11
- 06/11: gnu: s6-dns: Update to 2.3.4.0., guix-commits, 2021/01/11
- 04/11: gnu: execline: Update to 2.7.0.0., guix-commits, 2021/01/11
- 08/11: gnu: s6-rc: Update to 0.5.2.1., guix-commits, 2021/01/11
- 01/11: gnu: serd: Update to 0.30.8., guix-commits, 2021/01/11
- 05/11: gnu: s6: Update to 2.10.0.0., guix-commits, 2021/01/11
- 07/11: gnu: s6-networking: Update to 2.4.0.0., guix-commits, 2021/01/11
- 09/11: gnu: s6-portable-utils: Update to 2.2.3.1., guix-commits, 2021/01/11
- 10/11: gnu: s6-linux-init: Update to 1.0.6.0., guix-commits, 2021/01/11
- 11/11: gnu: s6-linux-utils: Update to 2.5.1.4., guix-commits, 2021/01/11