tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.types-typed-ast: 1.5.8 -> 1.5.8.1
Sandro Jäckel
3 years ago
9f2fe862
948fd41c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
types-typed-ast
default.nix
+2
-2
pkgs/development/python-modules/types-typed-ast/default.nix
···
5
5
6
6
buildPythonPackage rec {
7
7
pname = "types-typed-ast";
8
8
-
version = "1.5.8";
8
8
+
version = "1.5.8.1";
9
9
format = "setuptools";
10
10
11
11
src = fetchPypi {
12
12
inherit pname version;
13
13
-
hash = "sha256-FW+6ypA+hXH+cLsLVi/7qSp8vbe6yacTNRyifYgYO6c=";
13
13
+
hash = "sha256-9kwV7ATAkRgZrEwP0AUnlRMgAfv16iPR1+T+rX3km/w=";
14
14
};
15
15
16
16
# Module doesn't have tests