python3Packages.x690: 1.0.0 -> 1.0.0post1 (#436923)

This commit is contained in:
Gaétan Lepage
2025-08-27 15:23:35 +02:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "x690";
version = "1.0.0";
version = "1.0.0post1";
pyproject = true;
src = fetchFromGitHub {
owner = "exhuma";
repo = "x690";
tag = "v${version}";
hash = "sha256-yU4FABlTAFoj87SJXDA+sVCJT3pCbYxpTXp7Ja2ltGE=";
hash = "sha256-HNKZq6VfqYAih2SrhGChC2jaQ76dhzKM/Mcr6pVYFE4=";
};
build-system = [