mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: milkytracker: Update to 1.04.00.
* gnu/packages/music.scm (milkytracker): Update to 1.04.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e0e85f2b23
commit
e990115cd9
1 changed files with 2 additions and 2 deletions
|
@ -4103,7 +4103,7 @@ (define-public beets-bandcamp
|
||||||
(define-public milkytracker
|
(define-public milkytracker
|
||||||
(package
|
(package
|
||||||
(name "milkytracker")
|
(name "milkytracker")
|
||||||
(version "1.03.00")
|
(version "1.04.00")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4112,7 +4112,7 @@ (define-public milkytracker
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"025fj34gq2kmkpwcswcyx7wdxb89vm944dh685zi4bxx0hz16vvk"))
|
"0zxaq69yb30wyw4dmx3hypzgyxsypp6i9qrv599jlbbbzhwjysqc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Remove non-FSDG compliant sample songs.
|
;; Remove non-FSDG compliant sample songs.
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue