ocamlPackages.owee: 0.6 → 0.7

This commit is contained in:
Vincent Laporte 2024-04-08 07:47:21 +02:00 committed by Vincent Laporte
parent 5e384f2b24
commit e91467c3ac
1 changed files with 2 additions and 3 deletions

View File

@ -2,14 +2,13 @@
buildDunePackage rec {
minimalOCamlVersion = "4.06";
duneVersion = "2";
pname = "owee";
version = "0.6";
version = "0.7";
src = fetchurl {
url =
"https://github.com/let-def/owee/releases/download/v${version}/owee-${version}.tbz";
sha256 = "sha256-GwXV5t4GYbDiGwyvQyW8NZoYvn4qXlLnjX331Bj1wjM=";
hash = "sha256-9FXcmddHg5mk5UWgYd4kTPOLOY/p6A/OBuvfas4elUA=";
};
meta = with lib; {