guix-commits
[Top][All Lists]
Advanced

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

402/416: gnu: python-statmake: Update to 0.6.0.


From: guix-commits
Subject: 402/416: gnu: python-statmake: Update to 0.6.0.
Date: Fri, 14 Apr 2023 15:26:34 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ec8df31ebf30228bb4324cdcdd2cc36f48949e58
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 12 09:50:58 2023 -0400

    gnu: python-statmake: Update to 0.6.0.
    
    * gnu/packages/fontutils.scm (python-statmake): Update to 0.6.0.
---
 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 6ff8daa06f..d55de1cbda 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1546,7 +1546,7 @@ generate bitmaps.")
 (define-public python-statmake
   (package
     (name "python-statmake")
-    (version "0.5.1")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1555,7 +1555,7 @@ generate bitmaps.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qavzspxhwnaayj5mxq6ncjjziggabxj157ls04h2rdrpq167706"))))
+                "1k6fkzyhsfkgi599sb017wzf4jzbnp5wjg1kla1b33vgjpa7n5nw"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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