0
0
Fork 0
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:
Frederik Rietdijk 2020-05-09 12:01:59 +02:00
parent baccc3fd2a
commit 2941cf9746

View file

@ -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 ];