guix-commits
[Top][All Lists]
Advanced

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

32/67: gnu: Remove ocaml4.07-ppx-tools-versioned.


From: guix-commits
Subject: 32/67: gnu: Remove ocaml4.07-ppx-tools-versioned.
Date: Sat, 30 Dec 2023 16:17:42 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 5ecb3d4383b4b66248f5477e14baea217cfaea35
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:03:47 2023 +0100

    gnu: Remove ocaml4.07-ppx-tools-versioned.
    
    * gnu/packages/ocaml.scm (ocaml4.07-ppx-tools-versioned): Remove variable.
    
    Change-Id: I74f5f3f9cdc7d7be2f1d52c933e27b688a8d2558
---
 gnu/packages/ocaml.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ceb1c80506..ac2da9cead 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1970,32 +1970,6 @@ functions to the next and/or previous version.")
            "16x8sxc4ygxrr1868qpzfqyrvjf3hfxvjzmxmf6ibgglq7ixa2nq"))))
       (properties '((upstream-name . "ocaml-migrate-parsetree"))))))
 
-(define-public ocaml4.07-ppx-tools-versioned
-  (package-with-ocaml4.07
-    (package
-      (name "ocaml-ppx-tools-versioned")
-      (version "5.4.0")
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                       (url "https://github.com/ocaml-ppx/ppx_tools_versioned";)
-                       (commit version)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "07lnj4yzwvwyh5fhpp1dxrys4ddih15jhgqjn59pmgxinbnddi66"))))
-      (build-system dune-build-system)
-      (arguments
-       `(#:package "ppx_tools_versioned"))
-      (propagated-inputs
-       (list ocaml-migrate-parsetree))
-      (properties `((upstream-name . "ppx_tools_versioned")))
-      (home-page "https://github.com/let-def/ppx_tools_versioned";)
-      (synopsis "Variant of ppx_tools")
-      (description "This package is a variant of ppx_tools based on
-ocaml-migrate-parsetree")
-      (license license:expat))))
-
 (define-public ocaml-linenoise
   (package
     (name "ocaml-linenoise")



reply via email to

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