[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: ocaml-biniou: Update to 1.2.1.
From: |
guix-commits |
Subject: |
03/10: gnu: ocaml-biniou: Update to 1.2.1. |
Date: |
Wed, 4 Sep 2019 17:09:21 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 8dfe8fee5408c6a4b31866d5e7c073100e3ea285
Author: Julien Lepiller <address@hidden>
Date: Wed Sep 4 22:28:22 2019 +0200
gnu: ocaml-biniou: Update to 1.2.1.
* gnu/packages/ocaml.scm (ocaml-biniou): Update to 1.2.1.
---
gnu/packages/ocaml.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 52f7a42..0fef795 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3540,19 +3540,29 @@ than the first one.")
(define-public ocaml-biniou
(package
(name "ocaml-biniou")
- (version "1.2.0")
+ (version "1.2.1")
(home-page "https://github.com/mjambon/biniou")
(source
(origin
(method git-fetch)
(uri (git-reference
(url (string-append home-page ".git"))
- (commit (string-append "v" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "0mjpgwyfq2b2izjw0flmlpvdjgqpq8shs89hxj1np2r50csr8dcb"))))
+ "0x2kiy809n1j0yf32l7hj102y628jp5jdrkbi3z7ld8jq04h1790"))))
(build-system dune-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'build 'make-writable
+ (lambda _
+ (for-each
+ (lambda (file)
+ (chmod file #o644))
+ (find-files "." "."))
+ #t)))))
(inputs
`(("ocaml-easy-format" ,ocaml-easy-format)))
(native-inputs
- branch master updated (11d73fb -> ce50277), guix-commits, 2019/09/04
- 07/10: gnu: opam: Update to 2.0.5., guix-commits, 2019/09/04
- 03/10: gnu: ocaml-biniou: Update to 1.2.1.,
guix-commits <=
- 08/10: gnu: ocaml-ssl: Update to 0.5.9., guix-commits, 2019/09/04
- 09/10: gnu: ocaml-frontc: Update to 3.4.2., guix-commits, 2019/09/04
- 02/10: import: opam: Use propagated-inputs instead of inputs., guix-commits, 2019/09/04
- 06/10: gnu: ocaml-stringext: Update to 1.6.0., guix-commits, 2019/09/04
- 04/10: gnu: ocaml-lwt-log: Update to 1.1.1., guix-commits, 2019/09/04
- 01/10: import: opam: Remove initial "v" in some version numbers., guix-commits, 2019/09/04
- 10/10: gnu: ocaml-easy-format: Update to 1.3.2., guix-commits, 2019/09/04
- 05/10: gnu: ocaml-markup: Update to 0.8.1., guix-commits, 2019/09/04