Merge pull request #217493 from r-ryantm/auto-update/python310Packages.dunamai

python310Packages.dunamai: 1.15.0 -> 1.16.0

authored by Weijia Wang and committed by GitHub bc05763b 394b39c4

+6 -3
+6 -3
pkgs/development/python-modules/dunamai/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dunamai"; 15 - version = "1.15.0"; 15 + version = "1.16.0"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "mtkennerly"; 22 22 repo = "dunamai"; 23 23 rev = "refs/tags/v${version}"; 24 - sha256 = "sha256-dqMI51UHbkyfkxAPojRlS6qew2Ob4LbUkYua6zmcQgc="; 24 + hash = "sha256-pPUn+1rv76N/7WVDyWJLPVMweJ1Qbx6/P4zIKU06hSs="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ ··· 49 49 setuptools 50 50 ]; 51 51 52 - pythonImportsCheck = [ "dunamai" ]; 52 + pythonImportsCheck = [ 53 + "dunamai" 54 + ]; 53 55 54 56 meta = with lib; { 55 57 description = "Dynamic version generation"; 56 58 homepage = "https://github.com/mtkennerly/dunamai"; 59 + changelog = "https://github.com/mtkennerly/dunamai/blob/v${version}/CHANGELOG.md"; 57 60 license = licenses.mit; 58 61 maintainers = with maintainers; [ jmgilman ]; 59 62 };