guix_mirror_bot pushed a commit to branch master
in repository guix.

commit de0e5da4dc63978d8d41bd564bb52cf7fd086e07
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 10:55:50 2025 +0100

    gnu: nototools: Update to 0.3.2.
    
    * gnu/packages/fontutils.scm (nototools): Update to 0.3.2.
    
    Change-Id: Ibd834e7d4d83031b6dd90f9c3b9ef5aadb8ee194
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 0c911aa908..aae3a6cf9b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -2028,7 +2028,7 @@ UFO3 as described by the UFO font format.")
 (define-public nototools
   (package
     (name "nototools")
-    (version "0.2.16")
+    (version "0.3.2")
     (source
      (origin
        (method git-fetch)
@@ -2038,7 +2038,7 @@ UFO3 as described by the UFO font format.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "14rrdamkmhrykff8ln07fq9cm8zwj3k113lzwjcy0lgz23g51jyl"))))
+         "1sfsmfxcp4kdkra58z274w9cjgyim4by50nxdq60q3z1r5hv9iyj"))))
     (build-system python-build-system)
     (arguments
      (list

Reply via email to