mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 11:50:09 +00:00
python3Packages.types-tqdm: 4.70.0.20260827 -> 4.70.0.20260906 (#563173)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "types-tqdm";
|
||||
version = "4.70.0.20260827";
|
||||
version = "4.70.0.20260906";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types_tqdm";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-0+/WkkOskJPFUvHA0IG3cobWGs6WtomaFCVCVVva0tw=";
|
||||
hash = "sha256-ZYHcmWFSqH1Rzi6haRaRh//AqW2s24rb3vKcvujB5jE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user