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
ka, heimdal; add gamin....Maxim Cournoyer 2020-11-03gnu: samba: Set localstatedir to /var....Maxim Cournoyer 2020-11-03gnu: samba: Update to 4.13.1....Maxim Cournoyer 2020-09-22gnu: samba: Fix fcntl hint detection in configure script....Pierre Langlois 2020-09-21gnu: samba: Update to 4.12.7 [security fixes]....Pierre Langlois 2020-09-04gnu: cifs-utils: Update to 6.11 [fixes CVE-2020-14342]....Tobias Geerinckx-Rice 2020-06-02gnu: iniparser: Edit synopsis & description....Tobias Geerinckx-Rice 2020-06-02gnu: iniparser: Fix cross-compilation....Tobias Geerinckx-Rice 2020-06-02gnu: samba: Update to 4.12.3....Tobias Geerinckx-Rice 2020-05-13gnu: samba: Update to 4.12.2....Tobias Geerinckx-Rice 2020-05-13gnu: samba: Remove obsolete iniparser input....Tobias Geerinckx-Rice 2020-05-11gnu: samba: Update to 4.11.9....Tobias Geerinckx-Rice 2020-05-10gnu: samba: Update to 4.11.8 [fixes CVE-2020-10700, CVE-2020-10704]....Tobias Geerinckx-Rice 2020-03-07gnu: ppp: Update to 2.4.8-1.8d45443 [fixes CVE-2020-8597]....Vincent Legoll 2020-02-05gnu: ppp: Update to 2.4.8....Marius Bakke 2020-01-30gnu: samba: Update to 4.11.6....Marius Bakke 2020-01-16gnu: ldb: Downgrade to 1.5.6....Marius Bakke 2019-12-24gnu: samba: Update to 4.11.4....Tobias Geerinckx-Rice 2019-12-24gnu: tevent: Update to 0.10.2....Tobias Geerinckx-Rice 2019-12-24gnu: talloc: Update to 2.3.1....Tobias Geerinckx-Rice 2019-12-24gnu: cifs-utils: Update phase style....Tobias Geerinckx-Rice 2019-12-24gnu: cifs-utils: Update to 6.10....Tobias Geerinckx-Rice 2019-11-13gnu: iniparser: Don't use unstable tarball....Efraim Flashner 2019-11-01gnu: samba: Update to 4.11.2....Tobias Geerinckx-Rice 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-19gnu: samba: Update to 4.11.0....Rutger Helling 2019-09-06Merge branch 'master' into core-updatesMark H Weaver 2019-09-05gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197]....Marius Bakke 2019-09-05gnu: tevent: Update to 0.10.1....Marius Bakke 2019-09-05gnu: talloc: Update to 2.3.0....Marius Bakke 2019-08-13Merge branch 'master' into core-updatesMarius Bakke 2019-08-04gnu: samba: Update to 4.10.6....Marius Bakke 2019-07-12gnu: samba: Provide 'rpcgen'....Marius Bakke 2019-06-20gnu: samba: Update to 4.10.5 [fixes CVE-2019-12435, CVE-2019-12436]....Marius Bakke 2019-05-22gnu: samba: Update to 4.10.4....Marius Bakke 2019-05-15gnu: samba: Update to 4.10.3....Marius Bakke