Unverified Commit 02dc12c1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.garth: 0.7.11 -> 0.8.0 (#506716)

parents bbba3137 3bc16fa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@

buildPythonPackage (finalAttrs: {
  pname = "garth";
  version = "0.7.11";
  version = "0.8.0";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-xB9cdbKppo+ULEwoata3RA9w2y0XLE1JSt0M/PPa1n8=";
    hash = "sha256-9y7fvv4YwQgeWJjKj8FlSKc6CfyrQ2S4SSIXzjP3SeM=";
  };

  pythonRelaxDeps = [ "requests-oauthlib" ];