Merge pull request #54687 from r-ryantm/auto-update/python3.7-rlp

python37Packages.rlp: 1.0.3 -> 1.1.0
This commit is contained in:
Gabriel Ebner 2019-01-27 12:41:11 +01:00 committed by GitHub
commit 022fe62e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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