Merge pull request #229155 from fabaff/pynina-bump

python310Packages.pynina: 0.2.0 -> 0.3.0
This commit is contained in:
Mario Rodas
2023-04-30 16:24:57 -05:00
committed by GitHub
@@ -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 = [