all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Wilms <t_w_@freenet.de>
To: 51410@debbugs.gnu.org
Cc: Thorsten Wilms <t_w_@freenet.de>
Subject: [bug#51410] [PATCH 1/2] gnu: Update raul-devel.
Date: Tue, 26 Oct 2021 13:46:47 +0200	[thread overview]
Message-ID: <20211026114648.10604-1-t_w_@freenet.de> (raw)
In-Reply-To: <20211026133037.52a02d63b8baa7a673901f46@freenet.de>

* gnu/packages/audio.scm (raul-devel): New revision, git-fetch recursive for waflib submodule.
---
 gnu/packages/audio.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..8bda109528 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2018 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
+;;; Copyright © 2018, 2021 Thorsten Wilms <t_w_@freenet.de>
 ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2018 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2019, 2021 Pierre Langlois <pierre.langlois@gmx.com>
@@ -3142,21 +3142,23 @@ (define-public raul
     (license license:gpl2+)))
 
 (define-public raul-devel
-  (let ((commit "4db870b2b20b0a608ec0283139056b836c5b1624")
-        (revision "1"))
+  (let ((commit "c56e72595ac6478639f6a0b074d24946d652dc4b")
+        (revision "2"))
     (package (inherit raul)
       (name "raul")
-      (version (string-append "0.8.9-" revision "."
+      (version (string-append "1.1.0-" revision "."
                               (string-take commit 9)))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://git.drobilla.net/raul.git")
-                      (commit commit)))
+                      (url "https://gitlab.com/drobilla/raul")
+                      (commit commit)
+		      ;; Include waflib submodule:
+		      (recursive? #t)))
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "04fajrass3ymr72flx5js5vxc601ccrmx8ny8scp0rw7j0igyjdr")))))))
+                  "1s87ma7pn5g1054rhizmjcjzk5fyil47nk6d8ql4grr85hghrk39")))))))
 
 (define-public resample
   (package
-- 
2.33.1





  reply	other threads:[~2021-10-26 11:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-26 11:30 [bug#51410] [PATCH 0/2] gnu: ingen: Update to latest commit Thorsten Wilms
2021-10-26 11:46 ` Thorsten Wilms [this message]
2021-10-26 11:46   ` [bug#51410] [PATCH 2/2] gnu: Update ingen Thorsten Wilms
2023-09-01 21:04 ` bug#51410: [PATCH 0/2] gnu: ingen: Update to latest commit Vagrant Cascadian

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=20211026114648.10604-1-t_w_@freenet.de \
    --to=t_w_@freenet.de \
    --cc=51410@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.