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:
Sharlatan Hellseher 2025-09-26 15:10:14 +01:00
parent d59508b9b4
commit cb2c75aa92
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4206,8 +4206,8 @@ websites such as Libre.fm.")
(license license:asl2.0)))
(define-public instantmusic
(let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
(revision "1"))
(let ((commit "0477dd310e0aeb11d4d113bb96baa40d824cc330")
(revision "2"))
(package
(name "instantmusic")
(version (git-version "1.0" revision commit))
@ -4219,10 +4219,11 @@ websites such as Libre.fm.")
(file-name (git-file-name name version))
(sha256
(base32
"0j7qivaa04bpdz3anmgci5833dgiyfqqwq9fdrpl9m68b34gl773"))))
"0pxp1h0q4j7bidgdh4wgrvnm4ckdr4bvgk1wccr02mynfsjq8x5c"))))
(build-system pyproject-build-system)
(arguments
(list
#:tests? #f ;no tests
#:phases
#~(modify-phases %standard-phases
(add-before 'build 'change-directory
@ -4243,7 +4244,7 @@ websites such as Libre.fm.")
(chmod file #o644))
(find-files "instantmusic.egg-info"
"PKG-INFO|.*\\.txt")))))))
(native-inputs (list python-setuptools python-wheel))
(native-inputs (list python-setuptools))
(inputs (list yt-dlp))
(propagated-inputs (list python-requests eyed3 python-beautifulsoup4))
(home-page "https://github.com/yask123/Instant-Music-Downloader")