diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-15 18:26:05 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-15 18:48:36 -0500 |
commit | c834cf82b6f460f4870839b2ebbc5ef60a9230c7 (patch) | |
tree | 1c509d6925c1ba5a366e21448c0f38c4ce871ffa /gnu | |
parent | 97bbc48023c8ae4d81020d0c9c85d2e29a633db1 (diff) | |
download | guix-c834cf82b6f460f4870839b2ebbc5ef60a9230c7.tar guix-c834cf82b6f460f4870839b2ebbc5ef60a9230c7.tar.gz |
gnu: python-atomicwrites: Update to 0.1.9.
* gnu/packages/python.scm (python-atomicwrites): Update to 0.1.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d17a17b527..52b117030a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6725,13 +6725,13 @@ WebSocket usage in Python programs.") (define-public python-atomicwrites (package (name "python-atomicwrites") - (version "0.1.8") + (version "0.1.9") (source (origin (method url-fetch) (uri (pypi-uri "atomicwrites" version)) (sha256 (base32 - "13nwk0gw0yb61pnf5vxs3fvhav6q3zrf08x9ggc93bnk5fsssx1j")))) + "08s05h211r07vs66r4din3swrbzb344vli041fihpg34q3lcxpvw")))) (build-system python-build-system) (synopsis "Atomic file writes in Python") (description "Library for atomic file writes using platform dependent tools |