ocamlPackages.timedesc: 3.1.0 -> 3.1.2 (#530714)

This commit is contained in:
Vincent Laporte
2026-06-11 13:27:59 +00:00
committed by GitHub
2 changed files with 5 additions and 7 deletions
@@ -9,13 +9,13 @@
timedesc-tzlocal,
}:
buildDunePackage rec {
buildDunePackage (finalAttrs: {
pname = "timedesc";
version = "3.1.0";
version = "3.1.2";
src = fetchurl {
url = "https://github.com/daypack-dev/timere/releases/download/timedesc-${version}/timedesc-${version}.tar.gz";
hash = "sha256-nEachJymJC8TP/Ha2rOFU3n09rxVlIZYmgQnYiNCiHE=";
url = "https://github.com/daypack-dev/timere/releases/download/timedesc-${finalAttrs.version}/timedesc-${finalAttrs.version}.tar.gz";
hash = "sha256-hXdijGY0qu+pLR2XtK/KL9gXvCstbZedo1379lqA1r0=";
};
sourceRoot = ".";
@@ -34,4 +34,4 @@ buildDunePackage rec {
license = lib.licenses.mit;
maintainers = [ lib.maintainers.vbgl ];
};
}
})
@@ -8,8 +8,6 @@ buildDunePackage {
inherit (timedesc) version src sourceRoot;
minimalOCamlVersion = "4.08";
meta = timedesc.meta // {
description = "Virtual library for Timedesc local time zone detection backends";
};