Merge pull request #275992 from r-ryantm/auto-update/python310Packages.pytest-recording

python310Packages.pytest-recording: 0.13.0 -> 0.13.1
This commit is contained in:
Mario Rodas 2023-12-24 11:11:50 -05:00 committed by GitHub
commit b376f895c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pytest-recording";
version = "0.13.0";
version = "0.13.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "kiwicom";
repo = "pytest-recording";
rev = "v${version}";
hash = "sha256-SCHdzii6GYVWVY7MW/IW6CNZMuu5h/jXEj49P0jvhoE=";
rev = "refs/tags/v${version}";
hash = "sha256-HyV1wWYS/8p45mZxgA1XSChLCTYq5iOzBRqKXyZpwgo=";
};
buildInputs = [