python3Packages.potentials: 0.3.2 -> 0.3.3

This commit is contained in:
Fabian Affolter 2022-04-01 21:20:56 +02:00
parent fc639493a0
commit 0d4b3dc12d

View file

@ -16,10 +16,11 @@
, scipy
, unidecode
, xmltodict
, yabadaba
}:
buildPythonPackage rec {
version = "0.3.2";
version = "0.3.3";
pname = "potentials";
format = "setuptools";
@ -27,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-u++ClAAc96u7k8w756sFR4oCtIOgERQ7foklxWWPprY=";
hash = "sha256-kj2RDls5ziCH+AF982h8TplZccwdcna3BQMoBXAbOHE=";
};
propagatedBuildInputs = [
@ -44,6 +45,7 @@ buildPythonPackage rec {
scipy
unidecode
xmltodict
yabadaba
];
# Project has no tests