guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 73eab0434e295a4aef7c5a2cf5f458c7a10b9b01
Author: Orahcio FelĂ­cio de Sousa <[email protected]>
AuthorDate: Fri Sep 4 09:39:44 2026 -0300

    gnu: node-color-name: Update to 1.1.4.
    
    * gnu/packages/node-xyz.scm (node-color-name): Update to 1.1.4.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/node-xyz.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 61d188330f3..6b0332d94fc 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -573,17 +573,16 @@ buffer masking and unmasking operations.")
 (define-public node-color-name
   (package
     (name "node-color-name")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/colorjs/color-name";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32
-          "09rbmj16nfwcwkhrybqxyy66bkrs50vpw6hkdqqb14l3gsyxpr74"))))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/colorjs/color-name";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1m9paib6kj7hy49aapv2h0mi8a77r0rqdyj8xnp34lkkwpz7qasi"))))
     (build-system node-build-system)
     (home-page "https://github.com/colorjs/color-name";)
     (synopsis "JSON with CSS color names")

Reply via email to