Skip to content

Commit

Permalink
Merge pull request #290115 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.xsdata

python311Packages.xsdata: 24.1 -> 24.2.1
  • Loading branch information
dotlambda authored Feb 23, 2024
2 parents db446ec + e6f9d8e commit b093dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/xsdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@

buildPythonPackage rec {
pname = "xsdata";
version = "24.1";
version = "24.2.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "tefra";
repo = "xsdata";
rev = "v${version}";
hash = "sha256-vdcCTJqvaRehGWfTd9GR/DypF9ftY4ite7SDMPc2Ups=";
rev = "refs/tags/v${version}";
hash = "sha256-o3G0isXShwNHaOiA4TNml0IhStB3X4jB9CgrVKViBlY=";
};

patches = [
Expand Down Expand Up @@ -94,7 +94,7 @@ buildPythonPackage rec {
meta = {
description = "Naive XML & JSON bindings for Python";
homepage = "https://github.com/tefra/xsdata";
changelog = "https://github.com/tefra/xsdata/blob/${src.rev}/CHANGES.rst";
changelog = "https://github.com/tefra/xsdata/blob/${src.rev}/CHANGES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dotlambda ];
};
Expand Down

0 comments on commit b093dd8

Please sign in to comment.