unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ferran Pujol Camins <ferranpujolcamins@gmail.com>
To: 72297@debbugs.gnu.org
Cc: Ferran Pujol Camins <ferranpujolcamins@gmail.com>
Subject: [bug#72297] [PATCH] gnu: libdjinterop: Update to 0.21.0.
Date: Thu, 25 Jul 2024 16:00:30 +0200	[thread overview]
Message-ID: <20240725140036.192638-1-ferranpujolcamins@gmail.com> (raw)

* gnu/packages/audio.scm (libdjinterop): Update to 0.21.0.

Signed-off-by: Ferran Pujol Camins <ferranpujolcamins@gmail.com>
Change-Id: I2ec016a0b5851a780746802f8812f1829b50f5c7
---
 gnu/packages/audio.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b728220e1f..fa566696ab 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 Parnikkapore <poomklao@yahoo.com>
 ;;; Copyright © 2024 hapster <o.rojon@posteo.net>
+;;; Copyright © 2024 Ferran Pujol Camins <me@ferranpujolcamins.cat>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1609,7 +1610,7 @@ (define-public swh-plugins-lv2
 (define-public libdjinterop
   (package
     (name "libdjinterop")
-    (version "0.20.2")
+    (version "0.21.0")
     (source
      (origin
        (method git-fetch)
@@ -1618,12 +1619,10 @@ (define-public libdjinterop
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gbaji3d105vwshjfmnbxqrs42jjjxp41jqj5srncrfv3xmzsfkr"))))
+        (base32 "0rcvp3pwd354zd4rxvai5k14ncq1zvsplqfd37dyw8vx6z81x93v"))))
     (build-system cmake-build-system)
-    (native-inputs
-     (list boost pkg-config))
-    (inputs
-     (list sqlite zlib))
+    (native-inputs (list boost pkg-config))
+    (inputs (list sqlite zlib))
     (home-page "https://github.com/xsco/libdjinterop")
     (synopsis "C++ library for access to DJ record libraries")
     (description
-- 
2.45.2





             reply	other threads:[~2024-07-25 17:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-25 14:00 Ferran Pujol Camins [this message]
2024-07-26 22:25 ` [bug#72297] [PATCH] gnu: libdjinterop: Update to 0.21.0 Vinicius Monego
2024-07-27 17:02   ` Ferran Pujol Camins
2024-07-27 18:05     ` Vinicius Monego
2024-07-28  9:56       ` Ferran Pujol Camins

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20240725140036.192638-1-ferranpujolcamins@gmail.com \
    --to=ferranpujolcamins@gmail.com \
    --cc=72297@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).