diff options
-rw-r--r-- | gnu/packages/mold.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm index 15562b9716..0f47558c8a 100644 --- a/gnu/packages/mold.scm +++ b/gnu/packages/mold.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2023 Zhu Zihao <[email protected]> ;;; Copyright © 2023, 2024 Efraim Flashner <[email protected]> -;;; Copyright © 2024 Ashish SHUKLA <[email protected]> +;;; Copyright © 2024, 2025 Ashish SHUKLA <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,7 +36,7 @@ (define-public mold (package (name "mold") - (version "2.36.0") + (version "2.37.0") (source (origin (method git-fetch) @@ -45,7 +45,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1x7rcl9kx4fnarnxq7nbldh4vi5smhc613l6kn60afsgc8di14cl")) + (base32 "0c9ba4qak1v6ag24y789minlpj6s1zbdq7wxkh6xw34f3v6mrvh5")) (modules '((guix build utils))) (snippet #~(begin |