lol

Merge pull request #261979 from r-ryantm/auto-update/python311Packages.garth

python311Packages.garth: 0.4.38 -> 0.4.39

authored by

Fabian Affolter and committed by
GitHub
5158d2ef 5391c5df

+2 -2
+2 -2
pkgs/development/python-modules/garth/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "garth"; 15 - version = "0.4.38"; 15 + version = "0.4.39"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.9"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-c+wSXADcgl7DpJJxGUus3oA4v+DmjGwjKfp0tJbcxb8="; 22 + hash = "sha256-2jmgi0evGqVgtcPRTYpTWG0wFrG1i5W7ryZJslPweNc="; 23 23 }; 24 24 25 25 nativeBuildInputs = [