guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/15: gnu: sord: Update to 0.16.16.


From: guix-commits
Subject: 06/15: gnu: sord: Update to 0.16.16.
Date: Wed, 10 Jan 2024 13:43:47 -0500 (EST)

rekado pushed a commit to branch wip-easyeffects-62771
in repository guix.

commit 414c353d653e97f7acab9fedabf9127175d5b7d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 19:39:54 2024 +0100

    gnu: sord: Update to 0.16.16.
    
    * gnu/packages/rdf.scm (sord): Update to 0.16.16.
    [propagated-inputs]: Add zix.
    
    Change-Id: I48f2bfef05d3c5f4e1cfd53dc1b147b9f7f44e75
---
 gnu/packages/rdf.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index c1da8e3652..66097d799e 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -44,6 +44,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
+  #:use-module (gnu packages datastructures)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages dbm)
   #:use-module (gnu packages gnupg)
@@ -304,21 +305,21 @@ ideal (e.g. in LV2 implementations or embedded 
applications).")
 (define-public sord
   (package
     (name "sord")
-    (version "0.16.14")
+    (version "0.16.16")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/sord-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "06vkqk3dnn15zdnzklahib2pvbfspy2zcrnvhmxnw8fbbxyxj3r2"))))
+               "1l2zjz6gypxbf1z32zyqkljdcn9mz452djc4xq1dlhv1fmnqfzr5"))))
     (build-system meson-build-system)
     (inputs
      (list pcre))
     (native-inputs
      (list pkg-config))
     (propagated-inputs
-     (list serd))                 ; required by sord-0.pc
+     (list serd zix))                 ;required by sord-0.pc
     (home-page "https://drobilla.net/software/sord.html";)
     (synopsis "C library for storing RDF data in memory")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]