[PATCH] gnu: strawberry: Update to 1.0.15.

  • 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 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20230307130442.11901-1-mike@rohleder.de
* gnu/packages/music.scm (strawberry): Update to 1.0.15.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b6bd8f164f..acedfd4a26 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -481,7 +481,7 @@ (define-public clementine
(define-public strawberry
(package
(name "strawberry")
- (version "1.0.14")
+ (version "1.0.15")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -490,7 +490,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
- "0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
+ "04ddplldlls0gxw8qppw6dsqhfnxamxfnnyq0i04mbs5hi83pcrz"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet

base-commit: aa0b1c97f2bb8fff0c993b6326bb1227ca330f7f
--
2.39.1
Leo Famulari wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 62033-done@debbugs.gnu.org)
ZAe8DKbp7wCheM1B@jasmine.lan
On Tue, Mar 07, 2023 at 02:04:42PM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/music.scm (strawberry): Update to 1.0.15.

Thanks! Pushed as 8d7090998e677d389ce0b0e359d778be5de67c92
Closed
?
Your comment

This issue is archived.

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

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