python311Packages.gentools: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm
2024-01-31 13:29:49 +01:00
committed by Yaya
parent 9d3034e4ba
commit 18c389b7a9
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "gentools";
version = "1.2.1";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ariebovenberg";
repo = "gentools";
rev = "refs/tags/v${version}";
hash = "sha256-RBUIji3FOIRjfp4t7zBAVSeiWaYufz4ID8nTWmhDkf8=";
hash = "sha256-+6KTFxOpwvGOCqy6JU87gOZmDa6MvjR10qES5wIfrjI=";
};
nativeBuildInputs = [