mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: instantmusic: Update to 1.0-2.0477dd3, fix build.
* gnu/packages/music.scm (instantmusic): Update to 1.0-2.0477dd3. [arguments] <tests?>: No tests provided. [native-inputs]: Remove python-wheel. Change-Id: I928c4cc909b6d57738eb6bd8b0cae7debb53f085
This commit is contained in:
parent
d59508b9b4
commit
cb2c75aa92
1 changed files with 5 additions and 4 deletions
|
@ -4206,8 +4206,8 @@ websites such as Libre.fm.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public instantmusic
|
(define-public instantmusic
|
||||||
(let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
|
(let ((commit "0477dd310e0aeb11d4d113bb96baa40d824cc330")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "instantmusic")
|
(name "instantmusic")
|
||||||
(version (git-version "1.0" revision commit))
|
(version (git-version "1.0" revision commit))
|
||||||
|
@ -4219,10 +4219,11 @@ websites such as Libre.fm.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j7qivaa04bpdz3anmgci5833dgiyfqqwq9fdrpl9m68b34gl773"))))
|
"0pxp1h0q4j7bidgdh4wgrvnm4ckdr4bvgk1wccr02mynfsjq8x5c"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ;no tests
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'build 'change-directory
|
(add-before 'build 'change-directory
|
||||||
|
@ -4243,7 +4244,7 @@ websites such as Libre.fm.")
|
||||||
(chmod file #o644))
|
(chmod file #o644))
|
||||||
(find-files "instantmusic.egg-info"
|
(find-files "instantmusic.egg-info"
|
||||||
"PKG-INFO|.*\\.txt")))))))
|
"PKG-INFO|.*\\.txt")))))))
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools))
|
||||||
(inputs (list yt-dlp))
|
(inputs (list yt-dlp))
|
||||||
(propagated-inputs (list python-requests eyed3 python-beautifulsoup4))
|
(propagated-inputs (list python-requests eyed3 python-beautifulsoup4))
|
||||||
(home-page "https://github.com/yask123/Instant-Music-Downloader")
|
(home-page "https://github.com/yask123/Instant-Music-Downloader")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue