Merge pull request #50622 from r-ryantm/auto-update/python3.6-jsonref

python36Packages.jsonref: 0.1 -> 0.2
This commit is contained in:
Renaud 2018-11-19 01:02:21 +01:00 committed by GitHub
commit 7f1943bee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "jsonref";
version = "0.1";
version = "0.2";
src = fetchPypi {
inherit pname version;
sha256 = "1lqa8dy1sr1bxi00ri79lmbxvzxi84ki8p46zynyrgcqhwicxq2n";
sha256 = "15v69rg2lkcykb2spnq6vbbirv9sfq480fnwmfppw9gn3h95pi7k";
};
buildInputs = [ pytest mock ];