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

Diff: https://github.com/allisson/python-simple-rest-client/compare/1.1.3...1.2.1
This commit is contained in:
Fabian Affolter 2023-10-04 00:54:14 +00:00
parent a280ee5731
commit 2270030e3a

View file

@ -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 = [