Merge pull request #247878 from fabaff/pytest-examples-bump

python311Packages.pytest-examples: 0.0.9 -> 0.0.10
This commit is contained in:
Mario Rodas 2023-08-13 09:25:09 -05:00 committed by GitHub
commit 2b1b036425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytest-examples";
version = "0.0.9";
version = "0.0.10";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pydantic";
repo = "pytest-examples";
rev = "refs/tags/v${version}";
hash = "sha256-ecxSLbPnHdL60vlc7EjKmw5rATTePqJCa5QIdyxevv0=";
hash = "sha256-jCxOGDJlFkMH9VtaaPsE5zt+p3Z/mrVzhdNSI51/nVM=";
};
postPatch = ''