Merge pull request #280688 from fabaff/garth-bump

python311Packages.garth: 0.4.42 -> 0.4.43
This commit is contained in:
Nick Cao
2024-01-13 10:50:14 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.42";
version = "0.4.43";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-tCQtT7KrM/CHqAaMsvgj4aS3tkpcCYpaagvkO9DljY0=";
hash = "sha256-PlHyyXsB79wsEvZY4CmpX4ohCQUjz+ogmHOtIxEhIcc=";
};
nativeBuildInputs = [
@@ -3,10 +3,10 @@
, fetchFromGitHub
, garth
, lxml
, python-dotenv
, pythonOlder
, requests
, setuptools
, wheel
}:
buildPythonPackage rec {
@@ -25,12 +25,12 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [
garth
lxml
python-dotenv
requests
];