guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-squee: Update to 0-3.a151fd0.


From: guix-commits
Subject: 01/02: gnu: guile-squee: Update to 0-3.a151fd0.
Date: Sun, 9 Jan 2022 14:41:03 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit ed191f3befb135420d05e4032b9fec91b826d0c0
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 9 20:39:14 2022 +0100

    gnu: guile-squee: Update to 0-3.a151fd0.
    
    * gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0.
    [arguments]: Use search-input-file and remove a trailing #t.
---
 gnu/packages/guile-xyz.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f3bf793c14..79a2f0cc53 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -812,8 +812,8 @@ It has a nice, simple s-expression based syntax.")
     (inputs (list guile-2.2))))
 
 (define-public guile-squee
-  (let ((commit "c1497a216e881cfde39d6aa7c73d0bf6b497c89b")
-        (revision "2"))
+  (let ((commit "a151fd006fa819945ca1d4749b173854269b9f70")
+        (revision "3"))
     (package
       (name "guile-squee")
       (version (string-append "0-" revision "." (string-take commit 7)))
@@ -825,7 +825,7 @@ It has a nice, simple s-expression based syntax.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1alskrplnyl1n5wb39drn72cwplp47a8cpdd1n9cdnw3jhk5p12p"))))
+                  "1jps14z8653ah2kr367iayzyi3ql2s55l77xrafz7gk3mzcvgrrg"))))
       (build-system guile-build-system)
       (arguments
        '(#:phases
@@ -836,9 +836,8 @@ It has a nice, simple s-expression based syntax.")
                  (("dynamic-link \"libpq\"")
                   (string-append
                    "dynamic-link \""
-                   (assoc-ref inputs "postgresql") "/lib/libpq.so"
-                   "\"")))
-               #t)))))
+                   (search-input-file inputs "/lib/libpq.so")
+                   "\""))))))))
       (inputs
        (list postgresql))
       (native-inputs



reply via email to

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