python37Packages.cerberus: 1.2 -> 1.3

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-cerberus/versions
This commit is contained in:
R. RyanTM 2019-05-05 16:06:03 -07:00
parent c87f3820e5
commit 5489da1a2b

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Cerberus";
version = "1.2";
version = "1.3";
src = fetchPypi {
inherit pname version;
sha256 = "f5c2e048fb15ecb3c088d192164316093fcfa602a74b3386eefb2983aa7e800a";
sha256 = "0afhm8x812shj1fbj9jri6wcrlv0avcfis7619sl140mlhpgpzkz";
};
checkInputs = [ pytestrunner pytest ];