python3Packages.dunamai: 1.23.0 -> 1.25.0

https://github.com/mtkennerly/dunamai/blob/v1.25.0/CHANGELOG.md

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

Changed files
+3 -3
pkgs
development
python-modules
dunamai
+3 -3
pkgs/development/python-modules/dunamai/default.nix
···
buildPythonPackage rec {
pname = "dunamai";
-
version = "1.23.0";
+
version = "1.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mtkennerly";
repo = "dunamai";
tag = "v${version}";
-
hash = "sha256-JuW/VL8kfzz5mSXRHtrg/hHykgcewaQYfDuO2PALbWc=";
+
hash = "sha256-kPOEhJwsSzGea7fS5y5tbAvzZZ+OxIyjpYpS6i++rHE=";
};
build-system = [ poetry-core ];
···
description = "Dynamic version generation";
mainProgram = "dunamai";
homepage = "https://github.com/mtkennerly/dunamai";
-
changelog = "https://github.com/mtkennerly/dunamai/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/mtkennerly/dunamai/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jmgilman ];
};