guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: pumpa: Update to 0.9.3.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: pumpa: Update to 0.9.3.
Date: Thu, 22 Feb 2018 11:24:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8e6b131baada5873f3fe061975b806695931fb9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 22 16:53:41 2018 +0100

    gnu: pumpa: Update to 0.9.3.
    
    * gnu/packages/pumpio.scm (pumpa): Update to 0.9.3.
    [arguments]: Substitute INVOKE for SYSTEM*.
---
 gnu/packages/pumpio.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pumpio.scm b/gnu/packages/pumpio.scm
index e89418b..b874152 100644
--- a/gnu/packages/pumpio.scm
+++ b/gnu/packages/pumpio.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 David Thompson <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +31,7 @@
 (define-public pumpa
   (package
     (name "pumpa")
-    (version "0.9.2")
+    (version "0.9.3")
     (source (origin
               (method git-fetch) ; no source tarballs
               (uri (git-reference
@@ -38,7 +39,7 @@
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "09www29s4ldvd6apr73w7r4nmq93rcl2d182fylwgfcnncbvpy8s"))
+                "14072vis539zjgryjr5a77j2cprxii5znyg3p01qbb11lijk9nj7"))
               (file-name (string-append name "-" version "-checkout"))))
     (build-system gnu-build-system)
     (arguments
@@ -57,7 +58,7 @@
              ;; Run qmake with proper installation prefix.
              (let ((prefix (string-append "PREFIX="
                                           (assoc-ref outputs "out"))))
-               (zero? (system* "qmake" prefix)))
+               (invoke "qmake" prefix))
              #t)))))
     (inputs
      `(("aspell" ,aspell)



reply via email to

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