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

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

bug#42571: closed ([PATCH] gnu: mumble: Update to 1.3.2.)


From: GNU bug Tracking System
Subject: bug#42571: closed ([PATCH] gnu: mumble: Update to 1.3.2.)
Date: Wed, 29 Jul 2020 22:34:02 +0000

Your message dated Thu, 30 Jul 2020 00:32:40 +0200
with message-id <878sf2q7ef.fsf@gnu.org>
and subject line Re: [bug#42571] [PATCH] gnu: mumble: Update to 1.3.2.
has caused the debbugs.gnu.org bug report #42571,
regarding [PATCH] gnu: mumble: Update to 1.3.2.
to be marked as done.

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


-- 
42571: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42571
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mumble: Update to 1.3.2. Date: Tue, 28 Jul 2020 05:54:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Upstream seems to move files/directories. (one would currently get a 404
on trying to build 1.3.0)
Maybe we should change the url-fetch to a gh git-fetch?

* gnu/packages/telephony.scm (mumble): Update to 1.3.2.
---
 gnu/packages/telephony.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 4c5e4d5d78..a7b701c592 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -515,14 +515,14 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.3.0")
+    (version "1.3.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://mumble.info/snapshot/";
+              (uri (string-append "https://mumble.info/snapshot/stable/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "03dqg5yf6d7ilc1wydpshnv1ndssppcbadqcq20jm5j4fdaf53cs"))
+                "1q91vp3bp7xn67g9kgp1pfgxjj1hks3w60vdxcfm3373wy5db5lz"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -537,9 +537,6 @@ address of one of the participants.")
                       "3rdparty/minhook-src"
                       "3rdparty/opus-build" ; in opus
                       "3rdparty/opus-src"
-                      "3rdparty/sbcelt-helper-build" ; not enabled
-                      "3rdparty/sbcelt-lib-build"
-                      "3rdparty/sbcelt-src"
                       "3rdparty/speex-build" ; in speex
                       "3rdparty/speex-src"
                       "3rdparty/speexdsp-src" ; in speexdsp
-- 
2.27.0

-- 
If the designers of X-window built cars, there would be no fewer than five
steering wheels hidden about the cockpit, none of which followed the same
prinicples -- but you'd be able to shift gears with your car stereo.  Useful
feature, that.
                -- From the programming notebooks of a heretic, 1990.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#42571] [PATCH] gnu: mumble: Update to 1.3.2. Date: Thu, 30 Jul 2020 00:32:40 +0200
Michael Rohleder <mike@rohleder.de> writes:

> Upstream seems to move files/directories. (one would currently get a 404
> on trying to build 1.3.0)
> Maybe we should change the url-fetch to a gh git-fetch?

Sounds reasonable to me.  Meanwhile I applied this patch.  Thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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