ocamlPackages.data-encoding: 0.5.3 → 0.6

This commit is contained in:
Vincent Laporte 2023-03-16 08:40:19 +01:00
parent bf209075b7
commit 9a82495045
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -14,15 +14,18 @@
, ppx_expect
}:
buildDunePackage {
buildDunePackage rec {
pname = "data-encoding";
version = "0.5.3";
version = "0.6";
duneVersion = "3";
minimalOCamlVersion = "4.10";
src = fetchFromGitLab {
owner = "nomadic-labs";
repo = "data-encoding";
rev = "v0.5.3";
sha256 = "sha256-HMNpjh5x7vU/kXQNRjJtOvShEENoNuxjNNPBJfm+Rhg=";
rev = "v${version}";
hash = "sha256-oQEV7lTG+/q1UcPsepPM4yN4qia6tEtRPkTkTVdGXE0=";
};
propagatedBuildInputs = [