all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 67273@debbugs.gnu.org
Subject: [bug#67273] [PATCH gnome-team 2/5] gnu: sord: Update to 0.16.16.
Date: Sun, 19 Nov 2023 18:07:55 +0800	[thread overview]
Message-ID: <cacc9f318f7345e15242d2ab2259b87a005fa97c.1700387828.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1700387828.git.zhengjunjie@iscas.ac.cn>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2116 bytes --]

* gnu/packages/rdf.scm (sord): Update to 0.16.16.
[propagated-inputs]: Add zix.

Change-Id: I8acc702f56cb08689323e541ddf1371b683df4cf
---
 gnu/packages/rdf.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 23f020df28..2a9bbf4aed 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
 ;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -58,6 +59,7 @@ (define-module (gnu packages rdf)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages time)
   #:use-module (gnu packages tls)
+  #:use-module (gnu packages datastructures)
   #:use-module (gnu packages xml))
 
 (define-public raptor2
@@ -311,14 +313,14 @@ (define-public serd
 (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"))))
+              (method url-fetch)
+              (uri (string-append "https://download.drobilla.net/sord-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1l2zjz6gypxbf1z32zyqkljdcn9mz452djc4xq1dlhv1fmnqfzr5"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -334,7 +336,7 @@ (define-public sord
     (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/")
     (synopsis "C library for storing RDF data in memory")
     (description
-- 
2.41.0





  parent reply	other threads:[~2023-11-19 10:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-19 10:03 [bug#67273] [PATCH gnome-team 0/5] update lilv and its dependency Zheng Junjie
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 1/5] gnu: zix: Update to 0.4.2 Zheng Junjie
2023-11-19 10:07 ` Zheng Junjie [this message]
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 3/5] gnu: sratom: Update to 0.6.16 Zheng Junjie
     [not found]   ` <uoxjxcye2wagwty7ly7wkh4kkq53dmbrv56ed54a53e7lnzldu@bq4wbvnsfqfo>
     [not found]     ` <87h6l4q1fp.fsf@iscas.ac.cn>
2023-11-29 13:19       ` Gabriel Wicki
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 4/5] gnu: lv2: Update to 1.18.10 Zheng Junjie
2023-11-19 10:07 ` [bug#67273] [PATCH gnome-team 5/5] gnu: lilv: Update to 0.24.22 Zheng Junjie
2024-03-30 14:27 ` bug#67273: close Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cacc9f318f7345e15242d2ab2259b87a005fa97c.1700387828.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=67273@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.