gnu: python-boolean.py: Update to 4.0.

* gnu/packages/python-xyz.scm (python-boolean.py): Update to 4.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Bruno Victal 2023-03-14 18:27:08 +00:00 committed by Nicolas Goaziou
parent 42670a54ce
commit 4753549448
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1732,7 +1732,7 @@ (define-public python-bitarray
(define-public python-boolean.py (define-public python-boolean.py
(package (package
(name "python-boolean.py") (name "python-boolean.py")
(version "3.6") (version "4.0")
(source (source
(origin (origin
;; There's no source tarball on PyPI. ;; There's no source tarball on PyPI.
@ -1742,7 +1742,7 @@ (define-public python-boolean.py
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1wc89y73va58cj7dsx6c199zpxsy9q53dsffsdj6zmc90inqz6qs")))) (base32 "1s4mrgqf1phwvda81dpnlkdadcbjgpl8mjvmc1yjlrp1c368v9lb"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/bastikr/boolean.py") (home-page "https://github.com/bastikr/boolean.py")
(synopsis "Boolean algebra in one Python module") (synopsis "Boolean algebra in one Python module")