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

python3Packages.svg-py: 1.7.0 -> 1.8.0 (#434012)

parents 316781dc ae49ac11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "svg-py";
  version = "1.7.0";
  version = "1.8.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "orsinium-labs";
    repo = "svg.py";
    tag = version;
    hash = "sha256-WRPHNgaKjim91pLdM8iQ1/1DBm7+lU7hFH0vXTguG1s=";
    hash = "sha256-wHbAsmFkJ3VGBuaKElB+qT8OaKleJ2DgGKr0LvojWws=";
  };

  build-system = [ flit-core ];