Unverified Commit 0faf57ff authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #305412 from r-ryantm/auto-update/python311Packages.std-uritemplate

python311Packages.std-uritemplate: 0.0.56 -> 0.0.57
parents 34fccf8c 90114c39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "std-uritemplate";
  version = "0.0.56";
  version = "0.0.57";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "std_uritemplate";
    inherit version;
    hash = "sha256-85dldY+2WB+Hn6fBBHoKJ7fIe7fDyddYxAjDD83lHGc=";
    hash = "sha256-9K3HF67BOFYuZSuV2nT8aBWpQiMdlxMUhWuB9DTBuUw=";
  };

  build-system = [ poetry-core ];