mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
python3Packages.types-webencodings: 0.5.0.20251108 -> 0.5.0.20260408 (#541246)
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "types-webencodings";
|
||||
version = "0.5.0.20251108";
|
||||
version = "0.5.0.20260408";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types_webencodings";
|
||||
inherit version;
|
||||
hash = "sha256-I3jizszO09QbteITh1hue1MF4RUZ/GsGWcYp8jsuXeQ=";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-KMWWYZ82fkPu45PYX2Po0v22h0xlSo1EHDf4r+KcbQ0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -26,4 +26,4 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user