python3Packages.bump-my-version: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm
2025-09-14 00:53:57 +00:00
parent ca265c1933
commit f42d196f0d
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "bump-my-version";
version = "1.2.1";
version = "1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "callowayproject";
repo = "bump-my-version";
tag = version;
hash = "sha256-eDkjnV84btrT7U96svba7EhuJyTxF4a5ZtLekEGzbus=";
hash = "sha256-r83RMI9oj8cauvMUJys4wA97HKflVWja2TKXjOSiVGQ=";
};
build-system = [