Merge pull request #319899 from r-ryantm/auto-update/python311Packages.testfixtures

python311Packages.testfixtures: 8.2.0 -> 8.3.0
This commit is contained in:
OTABI Tomoya 2024-06-18 21:17:56 +09:00 committed by GitHub
commit 7a723e3e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "8.2.0";
version = "8.3.0";
pyproject = true;
# DO NOT CONTACT upstream.
# https://github.com/simplistix/ is only concerned with internal CI process.
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-70O2VxNMh+ijBE9LAqMq4uvd9Esrl7x5iaIBFkA5iO4=";
hash = "sha256-1MC4SvLyZ2EPkIAJtQ1vmDpOWK3iLGe6tnh7WkAtWcA=";
};
build-system = [ setuptools ];