guix-commits
[Top][All Lists]
Advanced

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

33/67: gnu: Remove ocaml4.07-ppx-hash.


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

roptat pushed a commit to branch master
in repository guix.

commit b3a0e3ea37d61f1e7fc529adb6eef62ddc89338d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:04:29 2023 +0100

    gnu: Remove ocaml4.07-ppx-hash.
    
    * gnu/packages/ocaml.scm (ocaml4.07-ppx-hash): Remove variable.
    (ocaml-ppx-hash)[properties]: Remove variant.
    
    Change-Id: I38a4e5a4deb88398ae714b0671c9477551e7b6d9
---
 gnu/packages/ocaml.scm | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ac2da9cead..bbcf97ccb0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6897,32 +6897,13 @@ currently provides SHA1, SHA256 and SHA512 hash 
functions.")
     (propagated-inputs
      (list ocaml-base ocaml-ppx-compare ocaml-ppx-sexp-conv
            ocaml-migrate-parsetree ocaml-ppxlib))
-    (properties `((upstream-name . "ppx_hash")
-                  (ocaml4.07-variant . ,(delay ocaml4.07-ppx-hash))))
+    (properties `((upstream-name . "ppx_hash")))
     (home-page "https://github.com/janestreet/ppx_hash";)
     (synopsis "Generation of hash functions from type expressions and 
definitions")
     (description "This package is a collection of ppx rewriters that generate
 hash functions from type exrpessions and definitions.")
     (license license:asl2.0)))
 
-(define-public ocaml4.07-ppx-hash
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-ppx-hash)
-     (name "ocaml-ppx-hash")
-     (home-page "https://github.com/janestreet/ppx_hash";)
-     (version "0.11.1")
-     (source (origin
-               (method git-fetch)
-               (uri (git-reference
-                     (url home-page)
-                     (commit (string-append "v" version))))
-               (file-name (git-file-name name version))
-               (sha256
-                (base32
-                 "1p0ic6aijxlrdggpmycj12q3cy9xksbq2vq727215maz4snvlf5p"))))
-     (properties `((upstream-name . "ppx_hash"))))))
-
 (define-public ocaml-ppx-enumerate
   (package
     (name "ocaml-ppx-enumerate")



reply via email to

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