about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ptime
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-31 05:20:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-31 05:20:35 +0000
commitd213d1e173c657498d408a92fbdacef955d51e3b (patch)
tree9be370094d8b6dddd5af0ae7845132704d7b9a69 /pkgs/development/ocaml-modules/ptime
parent62c76b3411492547ef6bfd0022dd5fbf4f4354ae (diff)
ocamlPackages.ptime: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/development/ocaml-modules/ptime')
-rw-r--r--pkgs/development/ocaml-modules/ptime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ptime/default.nix b/pkgs/development/ocaml-modules/ptime/default.nix
index ee12abd3e3b1d..d5e6264b1f11a 100644
--- a/pkgs/development/ocaml-modules/ptime/default.nix
+++ b/pkgs/development/ocaml-modules/ptime/default.nix
@@ -5,12 +5,12 @@ lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
   "ptime is not available for OCaml ${ocaml.version}"
 
 stdenv.mkDerivation rec {
-  version = "1.0.0";
+  version = "1.1.0";
   pname = "ocaml${ocaml.version}-ptime";
 
   src = fetchurl {
     url = "https://erratique.ch/software/ptime/releases/ptime-${version}.tbz";
-    sha256 = "sha256-RByDjAFiyDdR8G663/MxabuSHTTuwVn7urtw7Z3iEQs=";
+    sha256 = "sha256-y/WxVFT7JxBeLDNAI+HhHY+TnXF4hw9cvo7SbfcBPrE=";
   };
 
   nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];