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
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
wcmatch,
|
||||
|
||||
# test
|
||||
mercurial,
|
||||
gitMinimal,
|
||||
freezegun,
|
||||
pre-commit,
|
||||
@@ -31,14 +32,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bump-my-version";
|
||||
version = "1.0.2";
|
||||
version = "1.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "callowayproject";
|
||||
repo = "bump-my-version";
|
||||
tag = version;
|
||||
hash = "sha256-V5eFh2ne7ivtTH46QAxG0YPE0JN/W7Dt2fbf085hBVM=";
|
||||
hash = "sha256-O7Ihw2AKJyOmBLReNI6TP5K3HgOFDuK1/9lN3d3/SrQ=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -66,6 +67,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
mercurial
|
||||
gitMinimal
|
||||
freezegun
|
||||
pre-commit
|
||||
|
||||
Reference in New Issue
Block a user