From 25fd1bd55e1c7a39d8d5c42345671b25789270c3 Mon Sep 17 00:00:00 2001
From: Frederik Rietdijk <fridh@fridh.nl>
Date: Wed, 4 Apr 2018 20:01:35 +0200
Subject: [PATCH] python: atomicwrites: 0.1.9 -> 1.1.5

---
 pkgs/development/python-modules/atomicwrites/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/development/python-modules/atomicwrites/default.nix b/pkgs/development/python-modules/atomicwrites/default.nix
index 724f662e5d3..b93ff7825fc 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 = "0.1.9";
+  version = "1.1.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "08s05h211r07vs66r4din3swrbzb344vli041fihpg34q3lcxpvw";
+    sha256 = "240831ea22da9ab882b551b31d4225591e5e447a68c5e188db5b89ca1d487585";
   };
 
   meta = with stdenv.lib; {