mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #231999 from fabaff/types-python-dateutil-bump
python311Packages.types-python-dateutil: 2.8.19.12 -> 2.8.19.13
This commit is contained in:
commit
10a3e94df5
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-python-dateutil";
|
||||
version = "2.8.19.12";
|
||||
version = "2.8.19.13";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-NVssuCsx5Vb9GOewdN58NQxoCrgGCPDMVbpncNmG1n0=";
|
||||
hash = "sha256-CaAnX5XuMc5oGWcQ7Sw9G53ELgthzEOsw2mkLLk5E08=";
|
||||
};
|
||||
|
||||
# Modules doesn't have tests
|
||||
|
Loading…
Reference in New Issue
Block a user