python3Packages.python-multipart: 0.0.20 -> 0.0.21

https://github.com/Kludex/python-multipart/blob/0.0.21/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-01-21 15:33:19 +01:00
parent 849bf7f773
commit dbac9df1d7
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "python-multipart";
version = "0.0.20";
version = "0.0.21";
pyproject = true;
src = fetchFromGitHub {
owner = "Kludex";
repo = "python-multipart";
tag = version;
hash = "sha256-y8wLGRvc7xSmkSyK77Tl5V6mMneS+dtmqBLZOhvmRSY=";
hash = "sha256-fvqXqQwU0JC4Pkvho5WGe/itlxttk1lKL7R5Vt0oKpA=";
};
build-system = [ hatchling ];