ocamlPackages.sel: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2025-06-13 13:14:42 +00:00
parent e23c230d5c
commit 9735768401

View File

@ -8,13 +8,13 @@
buildDunePackage rec {
pname = "sel";
version = "0.6.0";
version = "0.7.0";
minimalOCamlVersion = "4.07";
src = fetchurl {
url = "https://github.com/gares/sel/releases/download/v${version}/sel-${version}.tbz";
hash = "sha256-AUnO7PZ7fAuyFQnHzeb7buLbSpfZw1NSywaMurjAqDM=";
hash = "sha256-1EJW9QogROoi0704v8/Wf8gIws/uEm05E0adv3eRDzI=";
};
buildInputs = [