From 63cdf83699bd72a67ab7aa758369a40676be2914 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 2 Dec 2021 22:31:19 +0100 Subject: [PATCH] python3Packages.potentials: 0.3.1 -> 0.3.2 --- pkgs/development/python-modules/potentials/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/potentials/default.nix b/pkgs/development/python-modules/potentials/default.nix index ea7fc4654284..f3542c13972e 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 = [