python3Packages.gentools: 1.1.0 -> 1.2.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:35 +02:00
parent 5fd1c736ec
commit d8fd91aae0
@@ -4,14 +4,14 @@
buildPythonPackage rec {
pname = "gentools";
version = "1.1.0";
version = "1.2.1";
# Pypi doesn't ship the tests, so we fetch directly from GitHub
src = fetchFromGitHub {
owner = "ariebovenberg";
repo = pname;
rev = "v${version}";
sha256 = "1sm6cqi7fv2k3pc68r7wvvjjz8y6cjmz8bvxgqfa4v4wxibwnwrl";
rev = "refs/tags/v${version}";
sha256 = "sha256-RBUIji3FOIRjfp4t7zBAVSeiWaYufz4ID8nTWmhDkf8=";
};
propagatedBuildInputs =