python36Packages.jsonref: 0.1 -> 0.2

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.6-jsonref/versions
This commit is contained in:
R. RyanTM 2018-11-18 12:12:20 -08:00
parent d208fa53eb
commit 0509b86685

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 ];