about summary refs log tree commit diff
path: root/pkgs/development/python-modules/potentials
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-02 22:31:19 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-07 23:38:36 -0800
commit63cdf83699bd72a67ab7aa758369a40676be2914 (patch)
tree95b187fe8395f40390ce64b74432e9735a2fcbec /pkgs/development/python-modules/potentials
parent6315ad6346b1a21172a3d8ed536d7ca9a4236ba0 (diff)
python3Packages.potentials: 0.3.1 -> 0.3.2
Diffstat (limited to 'pkgs/development/python-modules/potentials')
-rw-r--r--pkgs/development/python-modules/potentials/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/potentials/default.nix b/pkgs/development/python-modules/potentials/default.nix
index ea7fc46542849..f3542c13972e9 100644
--- a/pkgs/development/python-modules/potentials/default.nix
+++ b/pkgs/development/python-modules/potentials/default.nix
@@ -19,7 +19,7 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.3.1";
+  version = "0.3.2";
   pname = "potentials";
   format = "setuptools";
 
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "02l1rav5jdfsb00byxbswyhqdnjljp9y7g4ddn4mivzi7x39qa52";
+    sha256 = "sha256-u++ClAAc96u7k8w756sFR4oCtIOgERQ7foklxWWPprY=";
   };
 
   propagatedBuildInputs = [