diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-08-12 05:55:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-12 05:55:07 +0300 |
commit | 4230b47c08ad62957ed432cbd09e0affae8a1754 (patch) | |
tree | fc746e732df543577e6dba2c27ec0f199b3d313e /gnu | |
parent | a76cb08d0da2da7e01214fa25f56ab9a37e6ddea (diff) | |
download | guix-4230b47c08ad62957ed432cbd09e0affae8a1754.tar.gz guix-4230b47c08ad62957ed432cbd09e0affae8a1754.zip |
gnu: packcc: Update to 1.8.0.
* gnu/packages/c.scm (packcc): Update to 1.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/c.scm | 4 |
1 files 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 |