python313Packages.demetriek: 1.1.1 -> 1.2.0

https://github.com/frenck/python-demetriek/releases/tag/v1.2.0
This commit is contained in:
Martin Weinelt
2025-01-21 04:49:11 +01:00
parent 51f08bc0c7
commit e16610afbf
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "demetriek";
version = "1.1.1";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-demetriek";
tag = "v${version}";
hash = "sha256-OTYQFw3Jy+sRGoPYVp5VKgCAzv9Gy2Fn2GjTGdsKjak=";
hash = "sha256-KqLkct4Kd8wa5eKYJJq1y/5z5PbO0XaK0aGzs3bm8fs=";
};
postPatch = ''