aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu artwork)
  #:use-module (guix packages)
  #:use-module (guix git-download)
  #:export (%artwork-repository))

;;; Commentary:
;;;
;;; Common place for the definition of the Guix artwork repository.
;;;
;;; Code:

(define %artwork-repository
  (let ((commit "4c7f2ce6428a63e202cd2a9474a06f68a946934d"))
    (origin
      (method git-fetch)
      (uri (git-reference
             (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git")
             (commit commit)))
      (file-name (string-append "guix-artwork-" (string-take commit 7)
                                "-checkout"))
      (sha256
       (base32
        "1rl569759q9wm1dxn7nkq3873d2k92giic7aa6jwzwr3n16prc7y")))))

;;; artwork.scm ends here
s/astronomy.scm?id=ba1030be409d31e3509c8943c5f897376e73bb27'>gnu: stellarium: Update to 0.21.0....* gnu/packages/astronomy.scm (stellarium): Update to 0.21.0. Tobias Geerinckx-Rice 2021-03-21gnu: wcslib: Update to 7.5....* gnu/packages/astronomy.scm (wcslib): Update to 7.5. Tobias Geerinckx-Rice 2021-03-04gnu: indi: Update to 1.8.9....* gnu/packages/astronomy.scm (indi): Update to 1.8.9. Tobias Geerinckx-Rice 2021-02-28gnu: python-asdf: Use HTTPS home page URI....* gnu/packages/astronomy.scm (python-asdf)[home-page]: Use HTTPS URI. Nicolas Goaziou 2021-02-21gnu: Add asdf (Advanced Scientific Data Format)...* gnu/packages/astronomy.scm (python-asdf): New variable Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Sharlatan Hellseher 2021-02-21gnu: wcslib: Update to 7.4...* gnu/packages/astronomy.scm (wcslib): Update to 7.4 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Sharlatan Hellseher 2021-02-19gnu: Add stackistry....* gnu/packages/astronomy.scm (stackistry): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add libskry....* gnu/packages/astronomy.scm (libskry): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add python-astroalign....* gnu/packages/astronomy.scm (python-astroalign): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add python-sep....* gnu/packages/astronomy.scm (python-sep): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add python-pyerfa....* gnu/packages/astronomy.scm (python-pyerfa): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add erfa....* gnu/packages/astronomy.scm (erfa): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add qfits....* gnu/packages/astronomy.scm (qfits): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-19gnu: Add python-skyfield....* gnu/packages/astronomy.scm (python-skyfield): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-02-07gnu: Add jplephem...* gnu/packages/astronomy.scm (python-jplephem): New variable Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Sharlatan Hellseher 2021-01-31gnu: Add indi....* gnu/packages/astronomy.scm (indi): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-29gnu: Add weightwatcher....* gnu/packages/astronomy.scm (weightwatcher): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-29gnu: Add swarp....* gnu/packages/astronomy.scm (swarp): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-29gnu: Add stuff....* gnu/packages/astronomy.scm (stuff): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-28gnu: Add skymaker....* gnu/packages/astronomy.scm (skymaker): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-27gnu: Add missfits....* gnu/packages/astronomy.scm (missfits): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-26gnu: Add eye....* gnu/packages/astronomy.scm (eye): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-25gnu: gnuastro: Update to 0.14....* gnu/packages/astronomy.scm (gnuastro): Update to 0.14. [inputs]: Add curl-minimal, libgit2. Efraim Flashner 2021-01-25gnu: Add sextractor....* gnu/packages/astronomy.scm (sextractor): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-25gnu: Add libpasastro....* gnu/packages/astronomy.scm (libpasastro): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2021-01-02gnu: stellarium: Update to 0.20.4....* gnu/packages/astronomy.scm (stellarium): Update to 0.20.4. Tobias Geerinckx-Rice 2020-10-01gnu: stellarium: Update to 0.20.3....* gnu/packages/astronomy.scm (stellarium): Update to 0.20.3. Tobias Geerinckx-Rice 2020-09-30gnu: Fix package references....* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package inputs. * gnu/packages/astronomy.scm (xplanet), * gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb), * gnu/packages/bioconductor.scm (r-cummerbund), * gnu/packages/chicken.scm (chicken), * gnu/packages/conky.scm (conky), * gnu/packages/cran.scm (r-latex2exp), * gnu/packages/crates-io.scm (rust-rgb), * gnu/packages/databases.scm (mariadb), * gnu/packages/diffoscope.scm (reprotest), * gnu/packages/file-systems.scm (glusterfs), * gnu/packages/finance.scm (electron-cash), * gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo), * gnu/packages/geo.scm (grass), * gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue), * gnu/packages/gnucash.scm (aqbanking), * gnu/packages/image.scm (mtpaint), * gnu/packages/kde-internet.scm (kopete, ktorrent), * gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer), * gnu/packages/linphone.scm (liblinphone), * gnu/packages/maths.scm (ppl), * gnu/packages/mercury.scm (mercury-minimal), * gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins, spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2), * gnu/packages/networking.scm (restinio), * gnu/packages/prolog.scm (swi-prolog), * gnu/packages/python-web.scm (gunicorn), * gnu/packages/python-xyz.scm (python-docusign-esign), * gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable), * gnu/packages/sagemath.scm (python-cypari2), * gnu/packages/skarnet.scm (s6-linux-init), * gnu/packages/vpn.scm (sshuttle), * gnu/packages/web.scm (libcyaml), * gnu/packages/xdisorg.scm (kbdd), * gnu/packages/xorg.scm (xpra): Same. Efraim Flashner 2020-09-07gnu: gnuastro: Update to 0.13....* gnu/packages/astronomy.scm (gnuastro): Update to 0.13. Efraim Flashner 2020-08-18gnu: cfitsio: Update to 3.49....* gnu/packages/astronomy.scm (cfitsio): Update to 3.49. [source]: Hard-code NAME. Tobias Geerinckx-Rice 2020-06-29gnu: stellarium: Update to 0.20.2....* gnu/packages/astronomy.scm (stellarium): Update to 0.20.2. Tobias Geerinckx-Rice 2020-05-21gnu: gnuastro: Don't build static libraries....* gnu/packages/astronomy.scm (gnuastro)[arguments]: Add configure-flag to skip building static libraries. Efraim Flashner 2020-05-21gnu: gnuastro: Update to 0.12....* gnu/packages/astronomy.scm (gnuastro): Update to 0.12. Efraim Flashner 2020-04-30Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm Marius Bakke 2020-04-28gnu: stellarium: Update to 0.20.1....* gnu/packages/astronomy.scm (stellarium): Update to 0.20.1. Björn Höfling