Skip to content

Commit ec45d04

Browse files
committed
Upgrade mypy-zope 0.3.11 -> 1.0.9
1 parent cd2f361 commit ec45d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/mypy-zope.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
, zope_schema
66
}:
77
buildPythonPackage rec {
8-
pname = "mypy-zope";
9-
version = "0.3.11";
8+
pname = "mypy_zope";
9+
version = "1.0.9";
1010

1111
src = fetchPypi {
1212
inherit pname version;
13-
hash = "sha256-1CVfnwTUjHkIO71OL+oGUTpqx7jeBvjEzlY/2FFCygU=";
13+
hash = "sha256-N9aYXfsFpMJ7Nc/0dXf9W62HjbSJPd7fVNFl9ziaHNs=";
1414
};
1515

1616
# doCheck = false;

0 commit comments

Comments
 (0)