~ruther/guix-local

93139a4d64397a4f4fee486d18a07f30f4b208cc — Ludovic Courtès 3 months ago 7389975
gnu: guix-modules: Update to 0.3.0.

* gnu/packages/package-management.scm (guix-modules): Update to 0.3.0.

Change-Id: Idb0fe7d46f0832bd01c17bc2ae4edcdab35925f7
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/package-management.scm
M gnu/packages/package-management.scm => gnu/packages/package-management.scm +2 -2
@@ 808,7 808,7 @@ which are indicated in the file name.")
(define-public guix-modules
  (package
    (name "guix-modules")
    (version "0.2.1")
    (version "0.3.0")
    (home-page "https://codeberg.org/guix-science/guix-modules")
    (source (origin
              (method git-fetch)


@@ 817,7 817,7 @@ which are indicated in the file name.")
              (file-name (string-append "guix-modules-" version "-checkout"))
              (sha256
               (base32
                "1krdqnd4s0nz004dvpd5ban2rr3sjiy2620rb5vvi16x9q0pxvqj"))))
                "1cdpxmhrbbazr4z53rpk6ssk3clpv4j16ivha7lr4nqg48mxha9q"))))
    (build-system guile-build-system)
    (arguments
     '(#:phases (modify-phases %standard-phases