[PATCH] gnu: milkytracker: Update to 1.03.00.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201229114620.1485-1-vincent.legoll@gmail.com
* gnu/packages/music.scm (milkytracker): Update to 1.03.00.
---
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 f6cc4d252d..c9eb5690d3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3485,7 +3485,7 @@ websites such as Libre.fm.")
(define-public milkytracker
(package
(name "milkytracker")
- (version "1.02.00")
+ (version "1.03.00")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3494,7 +3494,7 @@ websites such as Libre.fm.")
(file-name (git-file-name name version))
(sha256
(base32
- "05a6d7l98k9i82dwrgi855dnccm3f2lkb144gi244vhk1156n0ca"))
+ "025fj34gq2kmkpwcswcyx7wdxb89vm944dh685zi4bxx0hz16vvk"))
(modules '((guix build utils)))
;; Remove non-FSDG compliant sample songs.
(snippet
--
2.29.2
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45527-done@debbugs.gnu.org)
X+w7cWXlRNAFchyo@jasmine.lan
On Tue, Dec 29, 2020 at 12:46:20PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/music.scm (milkytracker): Update to 1.03.00.

Thanks! Pushed as e87a2dea55a65baff45df5a153f46f5f1e1f9e32
Closed
?
Your comment

This issue is archived.

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

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