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
This commit is contained in:
R. RyanTM 2019-01-13 13:39:55 -08:00 committed by xeji
parent df3ebbea60
commit ac38750e32

View File

@ -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";