diff options
| author | Florian Klink <flokli@flokli.de> | 2024-01-10 12:06:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 12:06:51 +0200 |
| commit | 835058587338f0773ba8bc22feec540e7161340e (patch) | |
| tree | 2b975d72f1a4c7bc4052b42fcd17cb7ce4b48f42 | |
| parent | Merge pull request #279418 from NixOS/mapserver-fix-libxml2.12 (diff) | |
| parent | python310Packages.pytest-check: 2.2.3 -> 2.2.4 (diff) | |
| download | nixpkgs-835058587338f0773ba8bc22feec540e7161340e.tar.gz | |
Merge pull request #279988 from r-ryantm/auto-update/python310Packages.pytest-check
python310Packages.pytest-check: 2.2.3 -> 2.2.4
| -rw-r--r-- | pkgs/development/python-modules/pytest-check/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-check/default.nix b/pkgs/development/python-modules/pytest-check/default.nix index 9981c7c8ce8f..ed62f69d4818 100644 --- a/pkgs/development/python-modules/pytest-check/default.nix +++ b/pkgs/development/python-modules/pytest-check/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "pytest-check"; - version = "2.2.3"; + version = "2.2.4"; format = "pyproject"; src = fetchPypi { pname = "pytest_check"; inherit version; - hash = "sha256-bfAyZLa7zyXNhhUSDNoDtObRH9srfI3eapyP7xinSVw="; + hash = "sha256-0uaWYDFB9bLekFuTWD5FmE7DxhzscCZJ3rEL2XSFYLs="; }; nativeBuildInputs = [ |
