guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: ocaml-version: Add upstream-name.


From: guix-commits
Subject: 08/09: gnu: ocaml-version: Add upstream-name.
Date: Thu, 7 Oct 2021 22:34:47 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f86cad2fbe6aebfd4fefa1533d20dc60ec707fce
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 8 04:30:47 2021 +0200

    gnu: ocaml-version: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-version)[properties]: Add upstream-name.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 57922d7..9054814 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6762,6 +6762,7 @@ and SVG file output.")
          "13770mp6adjjbx63zsbh6506dqxz241chw8c3y403sxpw45hnaw6"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f))          ; no tests
+    (properties '((upstream-name . "ocaml-version")))
     (home-page
      "https://github.com/ocurrent/ocaml-version";)
     (synopsis



reply via email to

[Prev in Thread] Current Thread [Next in Thread]