mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.robotframework-requests: 0.7.0 -> 0.7.1
This commit is contained in:
parent
42e8c9cf3c
commit
703ecf9a4a
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
pname = "robotframework-requests";
|
pname = "robotframework-requests";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "da7bf998f9cbf8261199db7c96b95be1bf29d1db7f59dfbc77c435761698dc75";
|
sha256 = "501a1c7415f839d6837eedd57f2b6ed20576aab318bf14e3878a77c9b106aa45";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unittest2 ];
|
buildInputs = [ unittest2 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue