python313Packages.bump-my-version: 1.0.2 -> 1.1.2

Diff: https://github.com/callowayproject/bump-my-version/compare/refs/tags/1.0.2...refs/tags/1.1.2

Changelog: https://github.com/callowayproject/bump-my-version/tag/1.1.2

emaryn cebb4910 714e525d

+4 -2
+4 -2
pkgs/development/python-modules/bump-my-version/default.nix
··· 19 19 wcmatch, 20 20 21 21 # test 22 + mercurial, 22 23 gitMinimal, 23 24 freezegun, 24 25 pre-commit, ··· 31 32 32 33 buildPythonPackage rec { 33 34 pname = "bump-my-version"; 34 - version = "1.0.2"; 35 + version = "1.1.2"; 35 36 pyproject = true; 36 37 37 38 src = fetchFromGitHub { 38 39 owner = "callowayproject"; 39 40 repo = "bump-my-version"; 40 41 tag = version; 41 - hash = "sha256-V5eFh2ne7ivtTH46QAxG0YPE0JN/W7Dt2fbf085hBVM="; 42 + hash = "sha256-O7Ihw2AKJyOmBLReNI6TP5K3HgOFDuK1/9lN3d3/SrQ="; 42 43 }; 43 44 44 45 build-system = [ ··· 66 67 }; 67 68 68 69 nativeCheckInputs = [ 70 + mercurial 69 71 gitMinimal 70 72 freezegun 71 73 pre-commit