summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uuidm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 20:32:53 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 20:32:53 -0700
commitf80422fc01e6f6dc1586189ee090a4dba93b0b3b (patch)
treeac1fa406f804edfcb93b798ff3270053471e8a61 /pkgs/development/ocaml-modules/uuidm
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.tar
nixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.tar.gz
nixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.tar.bz2
nixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.tar.lz
nixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.tar.xz
nixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.tar.zst
nixpkgs-f80422fc01e6f6dc1586189ee090a4dba93b0b3b.zip
ocamlPackages.uuidm: 0.9.6 -> 0.9.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uuidm/versions
Diffstat (limited to 'pkgs/development/ocaml-modules/uuidm')
-rw-r--r--pkgs/development/ocaml-modules/uuidm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/uuidm/default.nix b/pkgs/development/ocaml-modules/uuidm/default.nix
index 125b117bcd8..ab6a7d8f523 100644
--- a/pkgs/development/ocaml-modules/uuidm/default.nix
+++ b/pkgs/development/ocaml-modules/uuidm/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, cmdliner }:
 
 stdenv.mkDerivation rec {
-  version = "0.9.6";
+  version = "0.9.7";
   name = "uuidm-${version}";
   src = fetchurl {
     url = "https://erratique.ch/software/uuidm/releases/uuidm-${version}.tbz";
-    sha256 = "0hz4fdx0x16k0pw9995vkz5d1hmzz6b16wck9li399rcbfnv5jlc";
+    sha256 = "1ivxb3hxn9bk62rmixx6px4fvn52s4yr1bpla7rgkcn8981v45r8";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild topkg cmdliner ];