Merge pull request #244288 from r-ryantm/auto-update/python310Packages.pynina

python310Packages.pynina: 0.3.0 -> 0.3.1

authored by

Nick Cao and committed by
GitHub
4d477e30 7120535c

+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.0"; 10 + version = "0.3.1"; 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-5+Mg3dPjMxEL2pgEeuR1TwiicIMHN6RO6G0SgbZm/eM="; 18 + hash = "sha256-HyOk3W95dEl+p8YGh3xP29HcvbncqxsUaWSQUiKgTWM="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [