tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.types-dateutil: 2.8.19.8 -> 2.8.19.9
R. Ryantm
3 years ago
cfc46fb3
6290a4f9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
types-dateutil
default.nix
+2
-2
pkgs/development/python-modules/types-dateutil/default.nix
reviewed
···
5
5
6
6
buildPythonPackage rec {
7
7
pname = "types-dateutil";
8
8
-
version = "2.8.19.8";
8
8
+
version = "2.8.19.9";
9
9
format = "setuptools";
10
10
11
11
src = fetchPypi {
12
12
pname = "types-python-dateutil";
13
13
inherit version;
14
14
-
hash = "sha256-MWxrEH0FW70GMktxNi5hBBAiIOaYiqSjiFUKo6itXQY=";
14
14
+
hash = "sha256-Y3cW+zr73H62g/ZBFx+HSTevExSc1Faoxj6PgRJ6Oe0=";
15
15
};
16
16
17
17
pythonImportsCheck = [