python310Packages.pynina: 0.2.0 -> 0.3.0

This commit is contained in:
Fabian Affolter
2023-04-30 19:31:32 +02:00
parent 10807b7347
commit 846cc08b57
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pynina";
version = "0.2.0";
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyNINA";
inherit version;
hash = "sha256-2Ujq2+6xQXPjKzK3HQbJnjz8cX3ALUV+22gdQflFxFY=";
hash = "sha256-5+Mg3dPjMxEL2pgEeuR1TwiicIMHN6RO6G0SgbZm/eM=";
};
propagatedBuildInputs = [