aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (guix build-system gnu)
             (guix licenses))

(package
  (name "hello")
  (version "2.10")
  (source (origin
            (method url-fetch)
            (uri (string-append "mirror://gnu/hello/hello-" version
                                ".tar.gz"))
            (sha256
             (base32
              "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
  (build-system gnu-build-system)
  (synopsis "Hello, GNU world: An example GNU package")
  (description "Guess what GNU Hello prints!")
  (home-page "http://www.gnu.org/software/hello/")
  (license gpl3+))
'6'>6space:mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:00 +0100
commit0fbff222c49b1807fae2089b1462fa6e9aefb79f (patch)
treeedae07fe6cb9821725a2680ffb9c829e8a7498e5 /gnu/packages/file-systems.scm
parent7ce9fe86a2e97d4bdec96b8a9ed8035ed7531aa1 (diff)
downloadguix-0fbff222c49b1807fae2089b1462fa6e9aefb79f.tar.gz
guix-0fbff222c49b1807fae2089b1462fa6e9aefb79f.zip
gnu: julia: Fix build.
This follows up on commit 8d8e1438ae5a2e50005b500dacd0a26be540fe69. * gnu/packages/julia.scm (julia)[arguments]: Substitute* libgit2 version. Reported by francismb <francismb@email.de>.
Diffstat (limited to 'gnu/packages/file-systems.scm')
0 files changed, 0 insertions, 0 deletions