Commit 2270030e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.simple-rest-client: 1.1.3 -> 1.2.1

parent a280ee57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "simple-rest-client";
  version = "1.1.3";
  version = "1.2.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "allisson";
    repo = "python-simple-rest-client";
    rev = version;
    hash = "sha256-HdGYLDrqQvd7hvjwhC5dY2amdHUZHTYJvD1QP89lcXU=";
    hash = "sha256-IaLo7nBMIabi4ZjZ4ZLJliCL/dzidaCBCmn0cq7Fzdw=";
  };

  propagatedBuildInputs = [