Skip to content

Commit

Permalink
ocamlPackages.seqes: 0.2 → 0.4 (#381955)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid authored Feb 14, 2025
2 parents 0bf9d50 + 1de88d0 commit 9f162bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/seqes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

buildDunePackage rec {
pname = "seqes";
version = "0.2";
version = "0.4";
src = fetchurl {
url = "https://gitlab.com/nomadic-labs/seqes/-/archive/${version}/seqes-${version}.tar.gz";
sha256 = "sha256-IxLA0jaIPdX9Zn/GL8UHDJYjA1UBW6leGbZmp64YMjI=";
url = "https://gitlab.com/raphael-proust/seqes/-/archive/${version}/seqes-${version}.tar.gz";
hash = "sha256-E4BalN68CJP7u6NSC0XBooWvUeSNqV+3KEOtoJ4g/dM=";
};

minimalOCamlVersion = "4.14";
Expand Down

0 comments on commit 9f162bf

Please sign in to comment.