We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da92f3 commit f914f53Copy full SHA for f914f53
aslp/asli.nix
@@ -26,15 +26,15 @@
26
27
buildDunePackage {
28
pname = "asli";
29
- version = "0.3.0-unstable-2025-02-07";
+ version = "0.3.0-unstable-2025-03-05";
30
31
minimalOCamlVersion = "4.09";
32
33
src = fetchFromGitHub {
34
owner = "UQ-PAC";
35
repo = "aslp";
36
- rev = "7d03b87bd965ddfea4c7a59d6d8d84c736f17aa1";
37
- hash = "sha256-4tW9MTlUX42J/1bLgivTKTHq/efXV6pyqCizLmnGOTw=";
+ rev = "0f99fdb6a44a70b2b18e9faede57ced63fe30320";
+ hash = "sha256-GUkc7fFEjx2sMZNc6CeOc0Kgdt6ASDBfeAZ9rJ7tn5w=";
38
};
39
40
checkInputs = [ alcotest ];
0 commit comments