[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: serd: Update to 0.30.8.
From: |
guix-commits |
Subject: |
01/11: gnu: serd: Update to 0.30.8. |
Date: |
Mon, 11 Jan 2021 17:55:50 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 103b0ca3a7200664998bb7ef4d583ae18b5ecb57
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 23:49:07 2021 +0100
gnu: serd: Update to 0.30.8.
* gnu/packages/rdf.scm (serd): Update to 0.30.8.
---
gnu/packages/rdf.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index be426e1..de14a9a 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2020 Pjotr Prins <pjotr.guix@thebird.nl>
@@ -268,14 +268,14 @@ and triple stores.")
(define-public serd
(package
(name "serd")
- (version "0.30.6")
+ (version "0.30.8")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/serd-"
version ".tar.bz2"))
(sha256
(base32
- "1vrprliknw9s0mz99dk7qf8i8xx38dd173q6b60332wxcm6cg8pm"))))
+ "11zs53yx40mv62vxsl15mvdh7s17y5v6lgcgahdvzxgnan7w8bk7"))))
(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, 2021/01/11
- 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 <=
- 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