guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3f1e37f46fb24992d1bfa0137e89520ee80d467a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Sep 19 00:44:15 2026 +0100
gnu: python-term-background: Update to 1.0.5.
* gnu/packages/python-xyz.scm (python-term-background): Update to 1.0.5.
[arguments]: Drop all.
[native-inputs]: Remove python-wrapper and python-wheel.
---
gnu/packages/python-xyz.scm | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9cd93318e1b..3554c07e576 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38883,26 +38883,18 @@ adding retry behavior to just about anything.")
(define-public python-term-background
(package
(name "python-term-background")
- (version "1.0.2")
+ (version "1.0.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "term_background" version))
(sha256
- (base32 "0p674silrwc3jncncmdnj1lr6pl2q5qbx0xi3mzjq9sgcs5vmp4n"))))
- (arguments
- (list
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'fix-build
- (lambda _ (delete-file "setup.py"))))))
+ (base32 "1gcr4aidgsl9kv2m0jw01svcbi3zlx18m2fpdh3yacvapzgjir2h"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-setuptools
- python-setuptools-scm
- python-wrapper
- python-wheel))
+ python-setuptools-scm))
(home-page "http://github.com/rocky/shell-term-background")
(synopsis "Determine if shell has a light or dark background")
(description "This package determines if shell has a light or dark