Merge pull request #325060 from fabaff/python-technove-bump

python312Packages.python-technove: 1.3.0 -> 1.3.1
This commit is contained in:
Nick Cao
2024-07-06 12:25:18 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-technove";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Moustachauve";
repo = "pytechnove";
rev = "refs/tags/v${version}";
hash = "sha256-jQOvnOlRROmYXZBJvRj+Z6aCAGj8YYT6h/79KYntiRY=";
hash = "sha256-umtM2fIyEiimt/X2SvgqjaTYGutvJHkSJ3pRfwSbOfQ=";
};
postPatch = ''