mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-atomicwrites: Update to 1.1.5.
* gnu/packages/python.scm (python-atomicwrites): Update to 1.1.5.
This commit is contained in:
parent
4c4d4df393
commit
c56ad5e291
1 changed files with 2 additions and 2 deletions
|
@ -8551,13 +8551,13 @@ (define-public python2-websocket-client
|
|||
(define-public python-atomicwrites
|
||||
(package
|
||||
(name "python-atomicwrites")
|
||||
(version "1.1.0")
|
||||
(version "1.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "atomicwrites" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s01dci8arsl9d9vr5nz1fk9znldp1z3l4yl43f0c27z12b8yxl0"))))
|
||||
"11bm90fwm2avvf4f3ib8g925w7jr4m11vcsinn1bi6ns4bm32214"))))
|
||||
(build-system python-build-system)
|
||||
(synopsis "Atomic file writes in Python")
|
||||
(description "Library for atomic file writes using platform dependent tools
|
||||
|
|
Loading…
Reference in a new issue