[Backport release-26.05] rocqPackages.parseque: release v0.3.1 (#532623)

This commit is contained in:
Vincent Laporte 2026-06-17 11:41:23 +00:00 committed by GitHub
commit 3992368733
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,12 +18,13 @@ mkRocqDerivation {
[
{
cases = [ (lib.versions.range "9.0" "9.2") ];
out = "0.3.0";
out = "0.3.1";
}
]
null;
release."0.3.0".sha256 = "sha256-W2eenv5Q421eVn2ubbninFmmdT875f3w/Zs7yGHUKP4=";
release."0.3.1".sha256 = "sha256-t7nHpHl6E3iXkhMO0A53URmKVpWENjf/VODVXjD9Y1A=";
propagatedBuildInputs = [ stdlib ];