gnu: Remove python-colorama-for-awscli.

* gnu/packages/python-xyz.scm (python-colorama-for-awscli): Delete variable.

Change-Id: Idb10200319c71fde3fcb78f1b4b0d6f9554166a0
This commit is contained in:
Sharlatan Hellseher 2024-11-05 07:44:52 +00:00
parent 5297ef6bad
commit 3cea5f0387
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18915,18 +18915,6 @@ text.")
(home-page "https://pypi.org/project/colorama/")
(license license:bsd-3)))
;; awscli and botocore do not accept version 0.4.4
(define-public python-colorama-for-awscli
(package
(inherit python-colorama)
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colorama" version))
(sha256
(base32 "189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9"))))))
(define-public python-monthdelta
(package
(name "python-monthdelta")