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:
parent
df3ebbea60
commit
ac38750e32
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user