1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #235703 from r-ryantm/auto-update/python310Packages.pytest-relaxed

python310Packages.pytest-relaxed: 2.0.0 -> 2.0.1
This commit is contained in:
Fabian Affolter 2023-06-03 10:15:39 +02:00 committed by GitHub
commit e84e355ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-relaxed";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Szc8x1Rmb/YPVCWmnLQUZCwqEc56RsjOBmpzjkCSyjk=";
hash = "sha256-U6c3Lj/qpSdAm7QDU/gTxZt2Dl2L1H5vb88YfF2W3Qw=";
};
buildInputs = [