[PATCH 3/5] gnu: libaudec: Update to 0.3.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal
Merged with

Debbugs page

Alexandros Theodotou wrote 3 years ago
(address . guix-patches@gnu.org)(name . Alexandros Theodotou)(address . alex@zrythm.org)
20220409005346.69279-3-alex@zrythm.org
* gnu/packages/audio.scm (libaudec): Update to 0.3.4.
---
gnu/packages/audio.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 13e0f02837..17eaba855d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -23,7 +23,7 @@
;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2019, 2021 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
-;;; Copyright © 2019, 2020 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2019, 2020, 2022 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2019 Christine Lemmer-Webber <cwebber@dustycloud.org>
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; Copyright © 2019 Hartmt Goebel <h.goebel@crazy-compilers.com>
@@ -5046,17 +5046,17 @@ (define-public ecasound
(define-public libaudec
(package
(name "libaudec")
- (version "0.2.4")
+ (version "0.3.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://git.zrythm.org/zrythm/libaudec")
+ (url "https://git.sr.ht/~alextee/libaudec")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1570m2dfia17dbkhd2qhx8jjihrpm7g8nnyg6n4wif4vv229s7dz"))))
+ "02hhhpcfkycicygh6g9hzps255zkbbi33vks6yv6zk5wp9p2nspj"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.35.1
Liliana Marie Prikler wrote 3 years ago
(address . control@debbugs.gnu.org)
48479468a8115ac746ddfbee5a0d277c32f8f965.camel@gmail.com
merge 54805 54806 54807 54808 54809
thanks
?
Your comment

This issue is archived.

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

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