Merge pull request #137831 from r-ryantm/auto-update/python3.8-pytest-snapshot

python38Packages.pytest-snapshot: 0.6.1 -> 0.6.3
This commit is contained in:
Sandro 2021-09-15 13:14:59 +02:00 committed by GitHub
commit cbc11aba76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-snapshot";
version = "0.6.1";
version = "0.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "ee8e9af118ff55ed13bf8e8b520714c52665ae44f6228563a600a08d62839b54";
sha256 = "f99152df98587f883f37bb0315f082ab3e0c565f53413f1193bb0019b992c3ea";
};
nativeBuildInputs = [ setuptools-scm ];