about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atomicwrites
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:46:57 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 09:59:53 +0200
commitb0d0aeea11d88fbe58caaaece48fe50c4b991070 (patch)
tree8bb0feaf8874c01a4a8445bd18babf19bacc3e84 /pkgs/development/python-modules/atomicwrites
parent4b101def786a311d2e910fd46ea6b533722c9556 (diff)
python: atomicwrites: 1.3.0 -> 1.4.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 019dcbe9bed79..03401f226a2ef 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.3.0";
+  version = "1.4.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6";
+    sha256 = "ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a";
   };
 
   # Tests depend on pytest but atomicwrites is a dependency of pytest