Skip to content

Commit

Permalink
python312Packages.python-multipart: 0.0.17 -> 0.0.19 (#362558)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 6, 2024
2 parents e05a2d9 + a512c92 commit 70c02e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-multipart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "python-multipart";
version = "0.0.17";
version = "0.0.19";
pyproject = true;

src = fetchFromGitHub {
owner = "Kludex";
repo = "python-multipart";
rev = "refs/tags/${version}";
hash = "sha256-WtP2lPrBMRYjkae+/cMz+lN0Yf0uk2LL7RYjdOwQcXU=";
hash = "sha256-6RV1BKf7/OihbUiH+nqrnAWW/eWppUb+Nn44Y+QQLX4=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 70c02e5

Please sign in to comment.