Merge pull request #260999 from fabaff/pynina-bump

python311Packages.pynina: 0.3.2 -> 0.3.3
This commit is contained in:
Nick Cao 2023-10-14 10:15:58 -04:00 committed by GitHub
commit 72b478933c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pynina"; pname = "pynina";
version = "0.3.2"; version = "0.3.3";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "PyNINA"; pname = "PyNINA";
inherit version; inherit version;
hash = "sha256-uiNUkNL/3FGGhqctE9AZNdSD4o7jTk829GAT5Gy2Xeo="; hash = "sha256-6HJ78tKl6If/ezwOrGl3VEYO4eMh/6cZq2j2AMBr0I8=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [