nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #229155 from fabaff/pynina-bump

python310Packages.pynina: 0.2.0 -> 0.3.0

authored by

Mario Rodas and committed by
GitHub
9116837a 0097559c

+2 -2
+2 -2
pkgs/development/python-modules/pynina/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pynina"; 10 - version = "0.2.0"; 10 + version = "0.3.0"; 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-2Ujq2+6xQXPjKzK3HQbJnjz8cX3ALUV+22gdQflFxFY="; 18 + hash = "sha256-5+Mg3dPjMxEL2pgEeuR1TwiicIMHN6RO6G0SgbZm/eM="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [