civodul pushed a commit to branch master
in repository guix.
commit 9149aa79d902dd987b9f9471214fc1a7f78d2c82
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Oct 4 19:24:29 2024 +0200
gnu: guix-modules: Update to 0.2.0.
* gnu/packages/package-management.scm (guix-modules): Update to 0.2.0.
Change-Id: I0133726b73926d2120715b0b064cd7ec6ffb1f75
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 6f917389e5..4832ea22c8 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -767,7 +767,7 @@ which are indicated in the file name.")
(define-public guix-modules
(package
(name "guix-modules")
- (version "0.1.0")
+ (version "0.2.0")
(home-page "https://gitlab.inria.fr/guix-hpc/guix-modules")
(source (origin
(method git-fetch)
@@ -776,7 +776,7 @@ which are indicated in the file name.")
(file-name (string-append "guix-modules-" version "-checkout"))
(sha256
(base32
- "1ckvrrmkgzz93i35sj1372wxs7ln4gzszpri1pcdf473z0p7nh7w"))))
+ "0k3mz2d1qjx7nclg7mgk77rwvyjsmz3j0hpzihvmznx5bly8wg92"))))
(build-system guile-build-system)
(arguments
'(#:phases (modify-phases %standard-phases