guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: python-gyp: Update to 0.0.0-1.9d09418.


From: guix-commits
Subject: 09/13: gnu: python-gyp: Update to 0.0.0-1.9d09418.
Date: Sat, 7 Jan 2023 15:14:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 09091b841bb83096a2f921fb6f5f03b19fe9cd14
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 7 16:21:27 2023 +0100

    gnu: python-gyp: Update to 0.0.0-1.9d09418.
    
    * gnu/packages/python-xyz.scm (python-gyp): Update to 0.0.0-1.9d09418.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3b202afcd1..014e7632d9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22064,8 +22064,8 @@ filters can be used to process the data as it passes 
through.")
     (license license:asl2.0)))
 
 (define-public python-gyp
-  (let ((commit "5e2b3ddde7cda5eb6bc09a5546a76b00e49d888f")
-        (revision "0"))
+  (let ((commit "9d09418933ea2f75cc416e5ce38d15f62acd5c9a")
+        (revision "1"))
     (package
       (name "python-gyp")
       ;; Google does not release versions,
@@ -22082,8 +22082,9 @@ filters can be used to process the data as it passes 
through.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0fr7nxcrk292djmxzpcjaphnsd123k31gp8jnd91vwknhq6snmv9"))))
+           "0ay99rc5msqjpjl7fy1l69f8mvn08wnh2pgr08ijdih9z88xaa5x"))))
       (build-system python-build-system)
+      (propagated-inputs (list python-six))
       (home-page "https://gyp.gsrc.io/";)
       (synopsis "GYP is a Meta-Build system")
       (description



reply via email to

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