Unverified Commit 05abadd1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.svg-py: 1.5.0 -> 1.6.0 (#392307)

parents 6333afb2 b61ba29e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "svg-py";
  version = "1.5.0";
  version = "1.6.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,10 +19,10 @@ buildPythonPackage rec {
    owner = "orsinium-labs";
    repo = "svg.py";
    tag = version;
    hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g=";
    hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc=";
  };

  nativeBuildInputs = [ flit-core ];
  build-system = [ flit-core ];

  nativeCheckInputs = [
    pytestCheckHook
@@ -39,7 +39,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Type-safe Python library to generate SVG files";
    homepage = "https://github.com/orsinium-labs/svg.py";
    changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${version}";
    changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };