guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: packcc: Update to 1.8.0.


From: guix-commits
Subject: 01/04: gnu: packcc: Update to 1.8.0.
Date: Thu, 11 Aug 2022 23:33:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4230b47c08ad62957ed432cbd09e0affae8a1754
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 12 05:55:07 2022 +0300

    gnu: packcc: Update to 1.8.0.
    
    * gnu/packages/c.scm (packcc): Update to 1.8.0.
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 39f048e993..d7d649488b 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -463,7 +463,7 @@ as dictionaries, skip lists, and memory pools.")
 (define-public packcc
   (package
     (name "packcc")
-    (version "1.7.2")
+    (version "1.8.0")
     (home-page "https://github.com/arithy/packcc";)
     (source (origin
               (method git-fetch)
@@ -473,7 +473,7 @@ as dictionaries, skip lists, and memory pools.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mb6ys5ylvjz0xpq6769ir98s80p98s9ahd0c9k8p2ra1w20vz33"))))
+                "0b25p7ri1l2l20awyknljfnj7r4rg7cf2x3bljijx5q6j8rxdcsg"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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