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