gnu: mod-host: Update to 0.10.6-2-299a39774.
* gnu/packages/music.scm (mod-host): Update to 0.10.6-2-299a39774.
This commit is contained in:
parent
3999b6643e
commit
82bf45c8bd
|
@ -1902,8 +1902,8 @@ analogue-like user interface.")
|
||||||
(define-public mod-host
|
(define-public mod-host
|
||||||
;; The last release was in 2014 but since then more than 140 commits have
|
;; The last release was in 2014 but since then more than 140 commits have
|
||||||
;; been made.
|
;; been made.
|
||||||
(let ((commit "72aca771e3a4e3889641b9bab84985586c9bb926")
|
(let ((commit "299a3977476e8eb0285837fbd7522cec506a11de")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "mod-host")
|
(name "mod-host")
|
||||||
(version (string-append "0.10.6-" revision "." (string-take commit 9)))
|
(version (string-append "0.10.6-" revision "." (string-take commit 9)))
|
||||||
|
@ -1914,7 +1914,7 @@ analogue-like user interface.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19szi8cy65jlchbrmbjbma03g6gxj9zyyp4dgw1k06r0cxbx82gq"))
|
"128q7p5mph086v954rqnafalfbkyvhgwclaq6ks6swrhj45wnag6"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue