mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-gyp: Update to 0.0.0-1.9d09418.
* gnu/packages/python-xyz.scm (python-gyp): Update to 0.0.0-1.9d09418.
This commit is contained in:
parent
ed59b32a40
commit
09091b841b
1 changed files with 4 additions and 3 deletions
|
@ -22064,8 +22064,8 @@ (define-public python-yq
|
|||
(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 @@ (define-public python-gyp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue