python311Packages.garth: 0.4.26 -> 0.4.27

This commit is contained in:
Fabian Affolter
2023-09-25 20:27:32 +02:00
parent 3feee1013e
commit 627167ee39
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.26";
version = "0.4.27";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ezq9lZE6HTtuW396sKZ32mDvNjrkz6UHQGvLhXUjfnI=";
hash = "sha256-GOpYR1fudDKHbnxwAMCXrk95xYe0Pdi7pYebHua+IjM=";
};
nativeBuildInputs = [