python3Packages.multipart: 1.3.0 -> 1.3.1

Diff: https://github.com/defnull/multipart/compare/v1.3.0...v1.3.1

Changelog: https://github.com/defnull/multipart/releases/tag/v1.3.1
This commit is contained in:
Robert Schütz
2026-03-15 10:33:28 -07:00
parent 28713d9f7c
commit c8834c1090
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "multipart";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "defnull";
repo = "multipart";
tag = "v${version}";
hash = "sha256-6vlyoi4nayZOKyfO4jbKNzUy7G6K7mySYzkqfp+45O4=";
hash = "sha256-kLiOK6ovW3ki1CONXVQZCJw/U3K1AoR6rrmJUstwZOw=";
};
build-system = [ flit-core ];