nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.svg-py: 1.6.0 -> 1.7.0

https://github.com/orsinium-labs/svg.py/releases/tag/1.7.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/svg-py/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "svg-py"; 13 - version = "1.6.0"; 13 + version = "1.7.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "orsinium-labs"; 20 20 repo = "svg.py"; 21 21 tag = version; 22 - hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc="; 22 + hash = "sha256-WRPHNgaKjim91pLdM8iQ1/1DBm7+lU7hFH0vXTguG1s="; 23 23 }; 24 24 25 25 build-system = [ flit-core ];