From ac38750e32c4085d5b33c1a091ff20dc3b5f6dd3 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 13 Jan 2019 13:39:55 -0800 Subject: [PATCH] ocamlPackages.rope: 0.6 -> 0.6.1 (#52829) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-rope/versions --- pkgs/development/ocaml-modules/rope/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/rope/default.nix b/pkgs/development/ocaml-modules/rope/default.nix index 4353c606d618..b797af0a702a 100644 --- a/pkgs/development/ocaml-modules/rope/default.nix +++ b/pkgs/development/ocaml-modules/rope/default.nix @@ -3,9 +3,9 @@ let param = if stdenv.lib.versionAtLeast ocaml.version "4.03" then { - version = "0.6"; - url = " https://github.com/Chris00/ocaml-rope/releases/download/0.6/rope-0.6.tbz"; - sha256 = "06pkbnkad2ck50jn59ggwv154yd9vb01abblihvam6p27m4za1pc"; + version = "0.6.1"; + url = " https://github.com/Chris00/ocaml-rope/releases/download/0.6.1/rope-0.6.1.tbz"; + sha256 = "1zqh28jz1zjb0l354wi1046qpkwmk582ssz0gsqh6d44wpspdxk2"; buildInputs = [ dune ]; extra = { buildPhase = "dune build -p rope";