tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python: wcwidth: 0.2.3 -> 0.2.5
Frederik Rietdijk
5 years ago
b225506c
56a5a0d0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
wcwidth
default.nix
+2
-2
pkgs/development/python-modules/wcwidth/default.nix
···
6
6
7
7
buildPythonPackage rec {
8
8
pname = "wcwidth";
9
9
-
version = "0.2.3";
9
9
+
version = "0.2.5";
10
10
11
11
src = fetchPypi {
12
12
inherit pname version;
13
13
-
sha256 = "edbc2b718b4db6cdf393eefe3a420183947d6aa312505ce6754516f458ff8830";
13
13
+
sha256 = "c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83";
14
14
};
15
15
16
16
checkInputs = [ pytestCheckHook ];