guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ccwl: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: ccwl: Update to 0.3.0.
Date: Fri, 26 Jan 2024 10:34:43 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4671925528 gnu: ccwl: Update to 0.3.0.
4671925528 is described below

commit 467192552859f8637a83304c1b101ed440de24e3
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Fri Jan 26 15:31:56 2024 +0000

    gnu: ccwl: Update to 0.3.0.
    
    * gnu/packages/bioinformatics.scm (ccwl): Update to 0.3.0.
    [arguments]: Add patch-more-source-shebangs phase.
    
    Change-Id: Ic7926d04c28eeafd799deba5e817574663431db8
---
 gnu/packages/bioinformatics.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7b2d910614..4db6987763 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -21742,7 +21742,7 @@ single-cell data named 
@url{https://github.com/PMBio/cardelino, cardelino}.")
 (define-public ccwl
   (package
     (name "ccwl")
-    (version "0.2.0")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
@@ -21750,7 +21750,7 @@ single-cell data named 
@url{https://github.com/PMBio/cardelino, cardelino}.")
                            version ".tar.lz"))
        (sha256
         (base32
-         "1ar8rfz3zrksgygrv67zv77y8gfvvz54zcs546jn6j28y20basla"))))
+         "0za710mcn9di1njli3dk3660n3836ip8b4msb8f958498va95y7j"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings
@@ -21761,6 +21761,12 @@ single-cell data named 
@url{https://github.com/PMBio/cardelino, cardelino}.")
                            ,@%gnu-build-system-modules)
        #:phases
        (modify-phases %standard-phases
+         (add-after 'patch-source-shebangs 'patch-more-source-shebangs
+           (lambda* (#:key inputs #:allow-other-keys)
+             (substitute* "scripts/ccwl"
+               (("^exec guile")
+                (string-append "exec "
+                               (search-input-file inputs "/bin/guile"))))))
          (add-after 'install 'wrap
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out"))



reply via email to

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