python37Packages.pytest-snapshot: 0.4.2 → 0.5.0

This commit is contained in:
Sandro Jäckel 2021-02-02 21:45:16 +00:00
parent 6304943d35
commit 2dc1a2adef
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-snapshot";
version = "0.4.2";
version = "0.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "1p33fcplfykwf5mdwg25n8hjgzxpx8w1iprjnfzibpxclfrxmy5i";
sha256 = "77d736073598a6224825eef8b8e0c760812a61410af2180cb070b27eb79f257d";
};
nativeBuildInputs = [ setuptools-scm ];