Merge pull request #60741 from r-ryantm/auto-update/python3.7-rfc3986

python37Packages.rfc3986: 1.2.0 -> 1.3.1
This commit is contained in:
Mario Rodas 2019-05-05 09:47:06 -05:00 committed by GitHub
commit 90575b1c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "rfc3986";
version = "1.2.0";
version = "1.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
sha256 = "1jprl2zm3pw2rfbda9rhg3v5bm8q36b8c9i4k8znimlf1mv8bcic";
};
checkInputs = [ pytest ];