Unverified Commit 036bcfe5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #328993 from fabaff/aioshutil-bump

python312Packages.aioshutil: 1.4 -> 1.5
parents 8794b300 d68a1fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "aioshutil";
  version = "1.4";
  version = "1.5";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "kumaraditya303";
    repo = "aioshutil";
    rev = "refs/tags/v${version}";
    hash = "sha256-OGxD7GusRcHpz7FdUpa/dJ6/jIAVexbTvXfouVw0C+I=";
    hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
  };

  postPatch = ''