diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-11-07 12:05:45 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-09 22:12:01 +0100 |
| commit | 74b718d554e135e07222435a00a70a49541a6d49 (patch) | |
| tree | 4895f65f19e117d055ca30fcf851c5cb2e510ba1 | |
| parent | ad8be1c14efab609aacfe961fd3baebe07e25456 (diff) | |
gnu: guix-modules: Update to 0.2.1.
* gnu/packages/package-management.scm (guix-modules): Update to 0.2.1.
Change-Id: I2ff436627326da7a64d67eb2212732f82b45d50e
| -rw-r--r-- | gnu/packages/package-management.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 2f6c8c88954..ba348652aad 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013-2024 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013-2025 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2015, 2017, 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> | 3 | ;;; Copyright © 2015, 2017, 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> |
| 4 | ;;; Copyright © 2017 Muriithi Frederick Muriuki <fredmanglis@gmail.com> | 4 | ;;; Copyright © 2017 Muriithi Frederick Muriuki <fredmanglis@gmail.com> |
| 5 | ;;; Copyright © 2017, 2018 Oleg Pykhalov <go.wigust@gmail.com> | 5 | ;;; Copyright © 2017, 2018 Oleg Pykhalov <go.wigust@gmail.com> |
| @@ -792,8 +792,8 @@ which are indicated in the file name.") | |||
| 792 | (define-public guix-modules | 792 | (define-public guix-modules |
| 793 | (package | 793 | (package |
| 794 | (name "guix-modules") | 794 | (name "guix-modules") |
| 795 | (version "0.2.0") | 795 | (version "0.2.1") |
| 796 | (home-page "https://gitlab.inria.fr/guix-hpc/guix-modules") | 796 | (home-page "https://codeberg.org/guix-science/guix-modules") |
| 797 | (source (origin | 797 | (source (origin |
| 798 | (method git-fetch) | 798 | (method git-fetch) |
| 799 | (uri (git-reference (url home-page) | 799 | (uri (git-reference (url home-page) |
| @@ -801,7 +801,7 @@ which are indicated in the file name.") | |||
| 801 | (file-name (string-append "guix-modules-" version "-checkout")) | 801 | (file-name (string-append "guix-modules-" version "-checkout")) |
| 802 | (sha256 | 802 | (sha256 |
| 803 | (base32 | 803 | (base32 |
| 804 | "0k3mz2d1qjx7nclg7mgk77rwvyjsmz3j0hpzihvmznx5bly8wg92")))) | 804 | "1krdqnd4s0nz004dvpd5ban2rr3sjiy2620rb5vvi16x9q0pxvqj")))) |
| 805 | (build-system guile-build-system) | 805 | (build-system guile-build-system) |
| 806 | (arguments | 806 | (arguments |
| 807 | '(#:phases (modify-phases %standard-phases | 807 | '(#:phases (modify-phases %standard-phases |
