tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.sphinxcontrib-spelling: 7.1.0 -> 7.2.1
Martin Weinelt
4 years ago
279c107c
ee394b16
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sphinxcontrib-spelling
default.nix
+2
-2
pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
reviewed
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "sphinxcontrib-spelling";
13
13
-
version = "7.1.0";
13
13
+
version = "7.2.1";
14
14
15
15
src = fetchPypi {
16
16
inherit pname version;
17
17
-
sha256 = "5b4240808a6d21eab9c49e69ad5ac0cb3efb03fe2e94763d23c860f85ec6a799";
17
17
+
sha256 = "f2578653014931b32c8c30d1a9930d998ae053b0d8b7adfbea0eb95a63e7a737";
18
18
};
19
19
20
20
propagatedBuildInputs = [ sphinx pyenchant pbr ]