emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46681: closed ([PATCH 1/2] gnu: redkite: Update to 1.3.0.)


From: GNU bug Tracking System
Subject: bug#46681: closed ([PATCH 1/2] gnu: redkite: Update to 1.3.0.)
Date: Thu, 01 Apr 2021 20:29:02 +0000

Your message dated Thu, 01 Apr 2021 22:28:23 +0200
with message-id <87sg494umw.fsf_-_@gnu.org>
and subject line Re: bug#46681: [PATCH 1/2] gnu: redkite: Update to 1.3.0.
has caused the debbugs.gnu.org bug report #46681,
regarding [PATCH 1/2] gnu: redkite: Update to 1.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46681: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46681
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: redkite: Update to 1.3.0. Date: Sun, 21 Feb 2021 10:33:30 +0000
* gnu/packages/audio.scm (redkite): Update to 1.3.0.
[propagated-inputs]: Move cairo from inputs.
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 16e0eec418..42d5a01e57 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4574,20 +4574,20 @@ workstations as well as consumer software such as music 
players.")
 (define-public redkite
   (package
     (name "redkite")
-    (version "1.0.3")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/geontime/redkite.git";)
+             (url "https://gitlab.com/iurie-sw/redkite";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m2db7c791fi33snkjwnvlxapmf879g5r8azlkx7sr6vp2s0jq2k"))))
+        (base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests included
-    (inputs
+    (propagated-inputs
      `(("cairo" ,cairo)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#46681: [PATCH 1/2] gnu: redkite: Update to 1.3.0. Date: Thu, 01 Apr 2021 22:28:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
This was actually pushed as 3fc49dae18dd16f58175ec19998ee63e50c920b6.


--- End Message ---

reply via email to

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