Merge pull request #277200 from r-ryantm/auto-update/python310Packages.garth

python310Packages.garth: 0.4.41 -> 0.4.42

authored by Fabian Affolter and committed by GitHub 662bcf91 c22fdf2b

+2 -2
+2 -2
pkgs/development/python-modules/garth/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "garth"; 15 - version = "0.4.41"; 16 format = "pyproject"; 17 18 disabled = pythonOlder "3.9"; 19 20 src = fetchPypi { 21 inherit pname version; 22 - hash = "sha256-1CnRgPJTG7cpfa/SyhBwVw0Lj6ENI/YY/q2yNeve9c0="; 23 }; 24 25 nativeBuildInputs = [
··· 12 13 buildPythonPackage rec { 14 pname = "garth"; 15 + version = "0.4.42"; 16 format = "pyproject"; 17 18 disabled = pythonOlder "3.9"; 19 20 src = fetchPypi { 21 inherit pname version; 22 + hash = "sha256-tCQtT7KrM/CHqAaMsvgj4aS3tkpcCYpaagvkO9DljY0="; 23 }; 24 25 nativeBuildInputs = [