mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-atomicwrites: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-atomicwrites): Update to 1.4.0.
This commit is contained in:
parent
c94a2864d4
commit
4d739cc765
1 changed files with 3 additions and 2 deletions
|
@ -10393,14 +10393,15 @@ (define-public python2-texttable
|
||||||
(define-public python-atomicwrites
|
(define-public python-atomicwrites
|
||||||
(package
|
(package
|
||||||
(name "python-atomicwrites")
|
(name "python-atomicwrites")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "atomicwrites" version))
|
(uri (pypi-uri "atomicwrites" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19ngcscdf3jsqmpcxn6zl5b6anmsajb6izp1smcd1n02midl9abm"))))
|
"0yla2svfhfqrcj8qbyqzx7wi4jy0dwcxvlkg0k3zjd54s5m3jw5f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments `(#:tests? #f)) ;avoid circular dependency with pytest
|
||||||
(synopsis "Atomic file writes in Python")
|
(synopsis "Atomic file writes in Python")
|
||||||
(description "Library for atomic file writes using platform dependent tools
|
(description "Library for atomic file writes using platform dependent tools
|
||||||
for atomic file system operations.")
|
for atomic file system operations.")
|
||||||
|
|
Loading…
Reference in a new issue