python37Packages.rfc3986: 1.1.0 -> 1.2.0 (#52079)

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-rfc3986/versions
This commit is contained in:
R. RyanTM 2018-12-16 04:48:02 -08:00 committed by Robert Schütz
parent 087ca2ee98
commit 116edb8e7b

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "rfc3986";
version = "1.1.0";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "8458571c4c57e1cf23593ad860bb601b6a604df6217f829c2bc70dc4b5af941b";
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
};
buildInputs = [ pytest ];