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.7.0 -> 0.7.1

This commit is contained in:
Frederik Rietdijk 2020-08-29 13:41:51 +02:00
parent 42e8c9cf3c
commit 703ecf9a4a

View file

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