Skip to content

Commit d49cc82

Browse files
authored
Merge pull request #712 from psafont/patches
2 parents 2f5669b + e86d4bc commit d49cc82

File tree

2 files changed

+10
-2
lines changed
  • packages/upstream
    • vhd-format-lwt.0.12.1
    • vhd-format.0.12.1

2 files changed

+10
-2
lines changed

packages/upstream/vhd-format-lwt.0.12.1/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "vhd-format-lwt"
3-
version: "0.12.0"
3+
version: "0.12.1"
44
synopsis: "Lwt interface to read/write VHD format data"
55
description: """\
66
A pure OCaml library to read and write
@@ -43,3 +43,7 @@ url {
4343
"https://github.com/mirage/ocaml-vhd/releases/download/v0.12.0/vhd-format-v0.12.0.tbz"
4444
checksum: "md5=73b88364f534dc0fcee23e6c4ceca8c7"
4545
}
46+
extra-files: [
47+
"0001-XSI-1457-Limit-number-of-sectors-to-coalesce.patch"
48+
"md5=34ff33a867ae299a38c1df5e9fd81716"
49+
]

packages/upstream/vhd-format.0.12.1/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "vhd-format"
3-
version: "0.12.0"
3+
version: "0.12.1"
44
synopsis: "Pure OCaml library to read/write VHD format data"
55
description: """\
66
A pure OCaml library to read and write
@@ -36,3 +36,7 @@ url {
3636
"https://github.com/mirage/ocaml-vhd/releases/download/v0.12.0/vhd-format-v0.12.0.tbz"
3737
checksum: "md5=73b88364f534dc0fcee23e6c4ceca8c7"
3838
}
39+
extra-files: [
40+
"0001-XSI-1457-Limit-number-of-sectors-to-coalesce.patch"
41+
"md5=34ff33a867ae299a38c1df5e9fd81716"
42+
]

0 commit comments

Comments
 (0)