Skip to content

Commit e336389

Browse files
committed
python3Packages.pytest-mpl: 0.16.1 -> 0.17.0
1 parent 1a305f1 commit e336389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pytest-mpl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pytest-mpl";
15-
version = "0.16.1";
15+
version = "0.17.0";
1616
format = "setuptools";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-LVcWgRJOj/X04rnA0EfTfQSZ1rbY8vSaG1DN2ZMQRGk=";
20+
hash = "sha256-++8F1+ZktLM0UvtpisGI5SJ5HzJ9405+o329/p1SysY=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)