python311Packages.pynina: 0.3.0 -> 0.3.1

This commit is contained in:
Fabian Affolter
2023-07-18 21:51:38 +02:00
parent 13222d8d86
commit e51903bb1a
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pynina";
version = "0.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyNINA";
inherit version;
hash = "sha256-5+Mg3dPjMxEL2pgEeuR1TwiicIMHN6RO6G0SgbZm/eM=";
hash = "sha256-HyOk3W95dEl+p8YGh3xP29HcvbncqxsUaWSQUiKgTWM=";
};
propagatedBuildInputs = [