[PATCH] gnu: strawberry: Update to 1.0.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • 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)
20220731145132.18287-1-mike@rohleder.de
* gnu/packages/music.scm (strawberry): Update to 1.0.7.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 520d64d33c..bf659d29fd 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -476,7 +476,7 @@ (define-public clementine
(define-public strawberry
(package
(name "strawberry")
- (version "1.0.3")
+ (version "1.0.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -485,7 +485,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
- "14fr2bm51k4n5byc9pwh3ba6v15s9jmqxigl1y9h00l7cvmfpbn1"))
+ "17mfavbbzx7hp7j5n9i7c3rajy16jicarabrl174p4gjv4zpy2sc"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet
--
2.37.1
宋文武 wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 56857-done@debbugs.gnu.org)
8735efhwbo.fsf@envs.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (5 lines)
> * gnu/packages/music.scm (strawberry): Update to 1.0.7.
> ---
> gnu/packages/music.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

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

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