python311Packages.pynina: 0.3.2 -> 0.3.3

Changelog: https://gitlab.com/DeerMaximum/pynina/-/releases/0.3.3
This commit is contained in:
Fabian Affolter 2023-10-14 08:20:08 +02:00
parent aef16f9cb4
commit 21072acaa3

View File

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