mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guix-modules: Update to 0.2.0.
* gnu/packages/package-management.scm (guix-modules): Update to 0.2.0. Change-Id: I0133726b73926d2120715b0b064cd7ec6ffb1f75
This commit is contained in:
parent
502d811354
commit
9149aa79d9
1 changed files with 2 additions and 2 deletions
|
@ -767,7 +767,7 @@ (define-public guix-backgrounds
|
|||
(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 @@ (define-public guix-modules
|
|||
(file-name (string-append "guix-modules-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ckvrrmkgzz93i35sj1372wxs7ln4gzszpri1pcdf473z0p7nh7w"))))
|
||||
"0k3mz2d1qjx7nclg7mgk77rwvyjsmz3j0hpzihvmznx5bly8wg92"))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue