summary refs log tree commit diff
path: root/pkgs/development/python-modules/atomicwrites
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:10 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:13 +0100
commitde2cced181306b39d94449bd4301a2aaedc354b5 (patch)
tree288a03f69841c420b10b67ef1dbd53ccf61ee5b2 /pkgs/development/python-modules/atomicwrites
parent99163d22078e2a3343b44a0bf55b2f2163977bb1 (diff)
downloadnixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.tar
nixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.tar.gz
nixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.tar.bz2
nixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.tar.lz
nixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.tar.xz
nixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.tar.zst
nixpkgs-de2cced181306b39d94449bd4301a2aaedc354b5.zip
python: atomicwrites: 1.2.1 -> 1.3.0
Diffstat (limited to 'pkgs/development/python-modules/atomicwrites')
-rw-r--r--pkgs/development/python-modules/atomicwrites/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/atomicwrites/default.nix b/pkgs/development/python-modules/atomicwrites/default.nix
index 44eb1b09d83..e34f937b509 100644
--- a/pkgs/development/python-modules/atomicwrites/default.nix
+++ b/pkgs/development/python-modules/atomicwrites/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "atomicwrites";
-  version = "1.2.1";
+  version = "1.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ec9ae8adaae229e4f8446952d204a3e4b5fdd2d099f9be3aaf556120135fb3ee";
+    sha256 = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6";
   };
 
   meta = with stdenv.lib; {