Merge #317415: python3Packages.ionhash: mark as broken

...into release-24.05
This commit is contained in:
Vladimír Čunát 2024-06-05 13:26:56 +02:00
commit 8a7f5ef6f3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -46,5 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/amzn/ion-hash-python";
license = licenses.asl20;
maintainers = [ maintainers.terlar ];
broken = true; # last successful build 2023-09-28
};
}