lol

dinghy: 1.3.3 -> 1.4.1

+3 -3
+3 -3
pkgs/development/python-modules/dinghy/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "dinghy"; 22 - version = "1.3.3"; 22 + version = "1.4.1"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.8"; ··· 28 28 owner = "nedbat"; 29 29 repo = pname; 30 30 tag = version; 31 - hash = "sha256-fn8SRzhFJyyr2Wr9/cp8Sm6kbVARq2LEeKSE0HU9V74="; 31 + hash = "sha256-51BXQdDxlI6+3ctDSa/6tyRXBb1E9BVej9qy7WtkOGM="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ setuptools ]; ··· 56 56 description = "GitHub activity digest tool"; 57 57 mainProgram = "dinghy"; 58 58 homepage = "https://github.com/nedbat/dinghy"; 59 - changelog = "https://github.com/nedbat/dinghy/blob/${version}/CHANGELOG.rst"; 59 + changelog = "https://github.com/nedbat/dinghy/blob/${src.tag}/CHANGELOG.rst"; 60 60 license = licenses.asl20; 61 61 maintainers = with maintainers; [ 62 62 trundle