[PATCH] gnu: mumble: Update to 1.4.274.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

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

Toggle diff (33 lines)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 0c12341771..6702155a57 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; Copyright © 2019 Ivan Vilata i Balaguer <ivan@selidor.net>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -555,7 +555,7 @@ (define find-python-interpreter-cmake-modules
(define-public mumble
(package
(name "mumble")
- (version "1.4.230")
+ (version "1.4.274")
(source (origin
(method url-fetch)
(uri
@@ -564,7 +564,7 @@ (define-public mumble
version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "1c1lwj0cpyawr74adpdrsnxk8ra5kqrjbg65cnwk8n6cwss84zdn"))
+ "12rv61mmpgvcc1svq2y66r29sl47y9lfi9if0r09x4nqrkf7vj3y"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
--
2.37.3
Liliana Marie Prikler wrote 3 years ago
59306ad33501ab83aea4436077bfe0e2ef1a0712.camel@gmail.com
Am Freitag, dem 09.09.2022 um 18:32 +0200 schrieb Michael Rohleder:
Toggle quote (1 lines)
> * gnu/packages/telephony.scm (mumble): Update to 1.4.274.
Pushed as 575dbab74622ee8304827b98865a26225145e22a.

Cheers
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 57705
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