tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pytest-mypy-plugins: 1.10.1 -> 1.11.1
R. Ryantm
2 years ago
168800d1
3cb61223
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-mypy-plugins
default.nix
+2
-2
pkgs/development/python-modules/pytest-mypy-plugins/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "pytest-mypy-plugins";
16
16
-
version = "1.10.1";
16
16
+
version = "1.11.1";
17
17
format = "setuptools";
18
18
19
19
disabled = pythonOlder "3.7";
···
22
22
owner = "typeddjango";
23
23
repo = pname;
24
24
rev = "refs/tags/${version}";
25
25
-
hash = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM=";
25
25
+
hash = "sha256-UlNjqloAl0Qmy3EQ73e+KmsHeJN3eBkkBJxCehpOs48=";
26
26
};
27
27
28
28
buildInputs = [