python37Packages.rlp: 1.0.3 -> 1.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rlp/versions
This commit is contained in:
R. RyanTM 2019-01-27 03:23:20 -08:00
parent 4866cbe341
commit 9533ea5a9b

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "rlp";
version = "1.0.3";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "b0ad3f3173dedf416565299f684717d4ae7620207d562d3ef94b818a40a48781";
sha256 = "0742hdnhwcx1bm7pdk83290rxfcb0i2xskgl8yn6lg8fql1hms7b";
};
checkInputs = [ pytest hypothesis ];