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