Unverified Commit b2b494ab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #280688 from fabaff/garth-bump

python311Packages.garth: 0.4.42 -> 0.4.43
parents 493e7e96 b71936c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];