mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: demlo: Update to 3.8-1.985f810.
* gnu/packages/music.scm (demlo): Update to 3.8-1.985f810. [arguments]: <#:go>: Pin to go-1.17. Change-Id: I5b23c311a4f8c9f87296ace26100b871bed4ef51
This commit is contained in:
parent
a2b102257d
commit
5592cd9d5b
1 changed files with 5 additions and 4 deletions
|
@ -6127,8 +6127,8 @@ (define-public clyrics
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public demlo
|
||||
(let ((commit "fe9ec4c8ac2fa995ec18e6ac86d50d46df06ec01")
|
||||
(revision "0"))
|
||||
(let ((commit "985f81047a67c795e67f628b550064558476a7c3")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "demlo")
|
||||
(version (git-version "3.8" revision commit))
|
||||
|
@ -6142,7 +6142,7 @@ (define-public demlo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1afkbqhzn6da7zaf5ab7dvyqj1izqhzprwfb4hw448fllda9bdvk"))))
|
||||
"1wx7pwgvg1fiq55jdc22353frcdlz548g97dy4j353lqxy8vxfyj"))))
|
||||
(build-system go-build-system)
|
||||
(native-inputs
|
||||
(list lua
|
||||
|
@ -6157,7 +6157,8 @@ (define-public demlo
|
|||
(inputs
|
||||
(list chromaprint ffmpeg))
|
||||
(arguments
|
||||
`(#:import-path "gitlab.com/ambrevar/demlo"
|
||||
`(#:go ,go-1.17
|
||||
#:import-path "gitlab.com/ambrevar/demlo"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'wrap-program
|
||||
|
|
Loading…
Reference in a new issue