1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-blurhash: Drop arguments.

* gnu/packages/python-crypto.scm (python-blurhash)[arguments]:
Drop them.

Change-Id: Ib46376553e09b0bdfaa4469f6df6bb0985760a42
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-11 00:07:24 +01:00
committed by Sharlatan Hellseher
parent 9f23012d15
commit 7316f1b13a

View File

@@ -911,8 +911,6 @@ Cyclic Redundancy Check.")
(sha256
(base32 "16xcjxiya773fp7bxs9i6y1wsjx88pdvlwj6bqyy9vf3ckcffcwm"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "-c" "/dev/null")))
(native-inputs
(list python-numpy python-pillow python-pytest python-setuptools))
(home-page "https://github.com/halcy/blurhash-python")