python313Packages.pynina: 0.3.4 -> 0.3.5

Changelog: https://gitlab.com/DeerMaximum/pynina/-/releases/0.3.5
This commit is contained in:
Fabian Affolter 2025-04-05 10:17:05 +02:00
parent a5726e5680
commit 6ace10ed51

View file

@ -9,15 +9,14 @@
buildPythonPackage rec {
pname = "pynina";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "PyNINA";
inherit version;
hash = "sha256-/BeT05dHPHfqybsly0QUbBPFFJKEr67vG1xbBfZXQuY=";
inherit pname version;
hash = "sha256-M+0gujriblTDj/qDmBnC4DlKjlZbbStsr7tep5HeNlg=";
};
pythonRelaxDeps = [ "aiohttp" ];