gnu: milkytracker: Update to 1.02.00.
* gnu/packages/music.scm (milkytracker): Update to 1.02.00.
This commit is contained in:
parent
65956ad352
commit
b7e2fcf05e
|
@ -2641,7 +2641,7 @@ of tools for manipulating and accessing your music.")
|
||||||
(define-public milkytracker
|
(define-public milkytracker
|
||||||
(package
|
(package
|
||||||
(name "milkytracker")
|
(name "milkytracker")
|
||||||
(version "1.01.00")
|
(version "1.02.00")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/milkytracker/"
|
(uri (string-append "https://github.com/milkytracker/"
|
||||||
|
@ -2650,7 +2650,7 @@ of tools for manipulating and accessing your music.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dvnddsnn9c83lz4dlm0cfjpc0m524amfkbalxbswdy0qc8cj1wv"))
|
"08v0l4ipvvwkwv4ywkc6c8a6xnpkyb02anj36w8q6gikxrs6xjvb"))
|
||||||
(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 New Issue