python310Packages.simple-rest-client: 1.1.2 -> 1.1.3
This commit is contained in:
parent
0af0534fc4
commit
c43e4f6629
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "simple-rest-client";
|
pname = "simple-rest-client";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
owner = "allisson";
|
owner = "allisson";
|
||||||
repo = "python-simple-rest-client";
|
repo = "python-simple-rest-client";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-kyoFtPa94c5EAT7wBEXdkPEg8Bp3hJQQoFsutap1qvs=";
|
sha256 = "sha256-HdGYLDrqQvd7hvjwhC5dY2amdHUZHTYJvD1QP89lcXU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue