Unverified Commit 39490b07 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.garth: 0.5.1 -> 0.5.2 (#367991)

parents bd9c0658 e5b556ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "garth";
  version = "0.5.1";
  version = "0.5.2";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-cM3fYsNVs27laJuDDzLTZgaVS0NrMnB599Xc6IpUO6M=";
    hash = "sha256-WUrK/ieYnao/+8hGDK8GOAI1nGsfQMmP/Tsh9prcbgk=";
  };

  pythonRelaxDeps = [ "requests-oauthlib" ];