Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.pynina: 0.3.2 -> 0.3.3

Changelog: https://gitlab.com/DeerMaximum/pynina/-/releases/0.3.3

+2 -2
+2 -2
pkgs/development/python-modules/pynina/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pynina"; 10 - version = "0.3.2"; 10 + version = "0.3.3"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 15 15 src = fetchPypi { 16 16 pname = "PyNINA"; 17 17 inherit version; 18 - hash = "sha256-uiNUkNL/3FGGhqctE9AZNdSD4o7jTk829GAT5Gy2Xeo="; 18 + hash = "sha256-6HJ78tKl6If/ezwOrGl3VEYO4eMh/6cZq2j2AMBr0I8="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [