mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-15 05:09:05 +00:00
python3Packages.python-multipart: 0.0.30 -> 0.0.32
https://github.com/Kludex/python-multipart/blob/0.0.32/CHANGELOG.md
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-multipart";
|
||||
version = "0.0.30";
|
||||
version = "0.0.32";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Kludex";
|
||||
repo = "python-multipart";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-qW/OkOaM+7sN6+mxO5tm6tuDDJ/c703XDNqo6i6YnXo=";
|
||||
hash = "sha256-zw6SHzbbjyRCGfUldxdki+wKwmTAgmd9ZAu/2zU+pFw=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user