[PATCH] gnu: mumble: Update to 1.3.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201023002945.15544-1-mike@rohleder.de
* gnu/packages/telephony.scm (mumble): Update to 1.3.3.
---
gnu/packages/telephony.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 6ee1b2c250..48e30abfc3 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.2")
+ (version "1.3.3")
(source (origin
(method url-fetch)
(uri (string-append "https://mumble.info/snapshot/stable/"
name "-" version ".tar.gz"))
(sha256
(base32
- "1q91vp3bp7xn67g9kgp1pfgxjj1hks3w60vdxcfm3373wy5db5lz"))
+ "101gw1334zmqsbjrba5dq1v4p2nxcs37g2yrzvkcra6s9ri4fw3j"))
(modules '((guix build utils)))
(snippet
`(begin
--
2.28.0
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44158-done@debbugs.gnu.org)
20201025184309.GE25773@jasmine.lan
On Fri, Oct 23, 2020 at 02:29:45AM +0200, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/telephony.scm (mumble): Update to 1.3.3.

Thanks! Pushed as 3c7ea674651d786960f084388f75da03d844a406
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44158@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44158
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help