gnu: Remove python-atomicwrites-1.4.
* gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable. * gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace python-atomicwrites-1.4 with python-atomicwrites.
parent
08565c07dd
commit
bf9da5ccc9
|
@ -211,7 +211,7 @@ homeserver and generally help bootstrap the ecosystem.")
|
||||||
(list python-aiofiles
|
(list python-aiofiles
|
||||||
python-aiohttp
|
python-aiohttp
|
||||||
python-aiohttp-socks
|
python-aiohttp-socks
|
||||||
python-atomicwrites-1.4
|
python-atomicwrites
|
||||||
python-cachetools
|
python-cachetools
|
||||||
python-future
|
python-future
|
||||||
python-h11
|
python-h11
|
||||||
|
|
|
@ -13498,17 +13498,6 @@ for atomic file system operations.")
|
||||||
(home-page "https://github.com/untitaker/python-atomicwrites")
|
(home-page "https://github.com/untitaker/python-atomicwrites")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-atomicwrites-1.4
|
|
||||||
(package
|
|
||||||
(inherit python-atomicwrites)
|
|
||||||
(version "1.4.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "atomicwrites" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0yla2svfhfqrcj8qbyqzx7wi4jy0dwcxvlkg0k3zjd54s5m3jw5f"))))))
|
|
||||||
|
|
||||||
(define-public python-qstylizer
|
(define-public python-qstylizer
|
||||||
(package
|
(package
|
||||||
(name "python-qstylizer")
|
(name "python-qstylizer")
|
||||||
|
|
Reference in New Issue