about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atomman/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-05 09:57:05 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-07 23:38:36 -0800
commit5103e78f95e04676f7d59204472840f14c7420a0 (patch)
treebd20abcdf4ffe6be9030310889f5418f7f501694 /pkgs/development/python-modules/atomman/default.nix
parent63cdf83699bd72a67ab7aa758369a40676be2914 (diff)
python3Packages.atomman: 1.4.2 -> 1.4.3
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 8e03dbe67af7d..7f5b08fd4fe3f 100644
--- a/pkgs/development/python-modules/atomman/default.nix
+++ b/pkgs/development/python-modules/atomman/default.nix
@@ -17,7 +17,7 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.4.2";
+  version = "1.4.3";
   pname = "atomman";
   format = "setuptools";
 
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "usnistgov";
     repo = "atomman";
     rev = "v${version}";
-    sha256 = "sha256-Kq4mDykYf74ylWw2golxc81CYKGokXro64YUsFctLmk=";
+    sha256 = "sha256-is47O59Pjrh9tPC1Y2+DVVcHbxmcjUOFOVGnNHuURoM=";
   };
 
   propagatedBuildInputs = [