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
Bakke 2017-12-05gnu: libvirt: Update to 3.10.0....Tobias Geerinckx-Rice 2017-12-05gnu: Add clementine....Pierre Langlois 2017-12-05gnu: Add libmygpo-qt....Pierre Langlois 2017-12-04gnu: spice: Update to 0.14.0....Andy Patterson 2017-12-04gnu: bazaar: Fix CVE-2017-14176....Leo Famulari 2017-12-03gnu: shepherd: Avoid "Bad file descriptor" warnings....Ludovic Courtès 2017-12-01gnu: glusterfs: Replace hardcoded FHS references....Ricardo Wurmus 2017-11-30gnu: libtiff: Update to 4.0.9....Leo Famulari 2017-11-30gnu: dtc: Fix build on 32 bits platforms....Mathieu Othacehe 2017-11-30gnu: exim: Update to 4.89.1....Tobias Geerinckx-Rice 2017-11-29gnu: vpnc: Use newer vpnc-scripts....Tobias Geerinckx-Rice 2017-11-29gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611]....Marius Bakke 2017-11-29gnu: optipng: Fix CVE-2017-1000229....Marius Bakke 2017-11-29gnu: libtorrent-rasterbar: Update to 1.1.4....Leo Famulari 2017-11-28gnu: exim: Fix CVE-2017-16944....Leo Famulari 2017-11-28gnu: qemu: Fix CVE-2017-{15118,15119}....Leo Famulari 2017-11-28gnu: perl-markdown-discount: Use a shorter patch file name....Ludovic Courtès 2017-11-28gnu: libxfont2: Update to 2.0.2....Marius Bakke 2017-11-28gnu: ncurses: Update to 6.0-20170930....Marius Bakke 2017-11-28gnu: node: Update to 8.9.1....Mike Gerwitz 2017-11-26gnu: exim: Fix CVE-2017-16943....Leo Famulari 2017-11-25gnu: guile-emacs: Resurrect, fixes #29186....Jan Nieuwenhuizen 2017-11-25gnu: jbig2dec: Update to 0.14....Leo Famulari 2017-11-25gnu: Add emacs-highlight-stages....Oleg Pykhalov 2017-11-23gnu: supertuxkart: Update to 0.9.3....Rutger Helling 2017-11-23gnu: higan: Update to 106....Rutger Helling 2017-11-23gnu: pcmanfm: Fix CVE-2017-8934....Brendan Tildesley 2017-11-21gnu: procmail: Fix CVE-2017-16844....Leo Famulari 2017-11-20gnu: gcc@6: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros....Marius Bakke 2017-11-19Merge branch 'master' into core-updatesMarius Bakke 2017-11-18gnu: owncloud-client: Don't check for updates....Efraim Flashner 2017-11-18gnu: audacity: Update to 2.2.0....Ricardo Wurmus 2017-11-16gnu: icecat: Add more fixes from upstream mozilla-esr52....Mark H Weaver 2017-11-11gnu: mupdf: Actually fix CVE-2017-15587....Leo Famulari 2017-11-11gnu: libvisio: Update to 0.1.6....Marius Bakke 2017-11-11gnu: libetonyek: Update to 0.1.7....Marius Bakke 2017-11-10gnu: qemu: Fix CVE-2017-{15038,15268,15289}....Leo Famulari 2017-11-09gnu: acl: Fix test regression with perl-5.26....Efraim Flashner 2017-11-07gnu: gcc-4.7: Resurrect building with gcc-5.4.0....Jan Nieuwenhuizen 2017-11-07gnu: Add python-networkx2....Gábor Boskovits 2017-11-07gnu: Add PSM....Dave Love 2017-11-06gnu: Disable gnulib's test-lock test in packages....Eric Bavier 2017-11-05gnu: netsurf: Update to 3.7....Eric Bavier 2017-11-05gnu: kde-frameworks: Update to 5.39.0....Hartmut Goebel 2017-11-02Merge branch 'master' into core-updatesMarius Bakke