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

python3Packages.puremagic: 1.28 -> 1.30

https://github.com/cdgriffith/puremagic/blob/1.30/CHANGELOG.md

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

+3 -3
+3 -3
pkgs/development/python-modules/puremagic/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "puremagic"; 12 - version = "1.28"; 12 + version = "1.30"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "cdgriffith"; 19 19 repo = "puremagic"; 20 20 tag = version; 21 - hash = "sha256-a7jRQUSbH3E6eJiXNKr4ikdSXRZ6+/csl/EMiKXMzmk="; 21 + hash = "sha256-k2xrcML8XxI9cMTQTv0pDLkOrmEr5mbDnVsyWuD1rEc="; 22 22 }; 23 23 24 24 build-system = [ setuptools ]; ··· 30 30 meta = with lib; { 31 31 description = "Implementation of magic file detection"; 32 32 homepage = "https://github.com/cdgriffith/puremagic"; 33 - changelog = "https://github.com/cdgriffith/puremagic/blob/${version}/CHANGELOG.md"; 33 + changelog = "https://github.com/cdgriffith/puremagic/blob/${src.tag}/CHANGELOG.md"; 34 34 license = licenses.mit; 35 35 maintainers = with maintainers; [ globin ]; 36 36 };