[PATCH] gnu: tenacity: Update to 1.3.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
ad6c7d67662d7b8e6a68b60c86152e0ccae44ab0.1735978531.git.atai@atai.org
* gnu/packages/audio.scm (tenacity): Update to 1.3.4.

Change-Id: I31a5c3f2162fea381a168d20b008914337678591
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c8e22643ee..996215f9ae 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1044,7 +1044,7 @@ (define-public audacity
(define-public tenacity
(package
(name "tenacity")
- (version "1.3.3")
+ (version "1.3.4")
(source
(origin
(method git-fetch)
@@ -1055,7 +1055,7 @@ (define-public tenacity
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jqdza1alk524fkrssgkr7gabs44sk9a99914gwfkscvyqly4kai"))))
+ (base32 "1wphm494517zmnhgrmzlzld2j4bfl2c73qr61nrss90410xxs2fs"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
--
2.34.1
宋文武 wrote 2 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 75344-done@debbugs.gnu.org)
87bjwjnd1x.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/audio.scm (tenacity): Update to 1.3.4.

Pushed to master as commit 9e913e6235, thank you!
Closed
?
Your comment

This issue is archived.

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

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