diff options
author | Jelle Licht <jlicht@fsfe.org> | 2024-12-02 13:53:38 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2024-12-18 22:02:20 +0100 |
commit | d925b8c3db380676421ad139dd3d7a44dee55dfb (patch) | |
tree | ddfc429cceadb36aeccc26c7cd0c20dfe3c366b9 /gnu | |
parent | bedc8d2379bb6b210eec706aefb9da2515fdab99 (diff) | |
download | guix-d925b8c3db380676421ad139dd3d7a44dee55dfb.tar.gz guix-d925b8c3db380676421ad139dd3d7a44dee55dfb.zip |
gnu: node-nan: Update to 2.22.0.
* gnu/packages/node-xyz.scm (node-nan): Update to 2.22.0.
Change-Id: I000014f57db510f2351e2feb57e93b5325ed88a0
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/node-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index 0e539db4e5..a8f6a273fa 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -705,7 +705,7 @@ a string consisting of a number and a time unit is converted to milliseconds.") (define-public node-nan (package (name "node-nan") - (version "2.15.0") + (version "2.22.0") (source (origin (method git-fetch) @@ -714,7 +714,7 @@ a string consisting of a number and a time unit is converted to milliseconds.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "18xslh9va5ld872scrp5y4251ax9s3c6qh0lnl1200lpzbsxy7yd")))) + (base32 "02gqm23x26glffvyxrnk610hy3hg0kwh2v58dhnb032l0jhjzqvp")))) (build-system node-build-system) (arguments `(#:phases |