about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atomman/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-16 19:15:34 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-18 12:42:39 +0200
commit8baeed45609c74e0ee4ce1c637d6dfea45df2b26 (patch)
treed0774bd736a7fab461d8bf4d74c8e01c6537b7b7 /pkgs/development/python-modules/atomman/default.nix
parent76672a4cb01a704b555daa152800cc4a73a81c7a (diff)
python: atomman: 1.2.4 -> 1.2.5
Diffstat (limited to 'pkgs/development/python-modules/atomman/default.nix')
-rw-r--r--pkgs/development/python-modules/atomman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/atomman/default.nix b/pkgs/development/python-modules/atomman/default.nix
index d2a25cf738a56..07757d5304b05 100644
--- a/pkgs/development/python-modules/atomman/default.nix
+++ b/pkgs/development/python-modules/atomman/default.nix
@@ -13,12 +13,12 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.2.4";
+  version = "1.2.5";
   pname = "atomman";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c204d52cdfb2a7cc4d7d2c4f7a89c215a9fd63b92495a83adf25ae4e820cea3e";
+    sha256 = "10eca8c6fc890f2ee2e30f65178c618175529e9998be449e276f7c3d1dce0e95";
   };
 
   checkInputs = [ pytest ];