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
otou 2021-02-01Merge branch 'staging'Leo Famulari 2021-01-26gnu: krita: Update to 4.4.2....Michael Rohleder 2021-01-25Merge branch 'master' into stagingLeo Famulari 2021-01-20gnu: Add kdf....Z572 2021-01-20gnu: Add poxml....Z572 2021-01-12gnu: kdeconnect: Fix wayland compatibility....Efraim Flashner 2021-01-10Merge branch 'master' into stagingEfraim Flashner 2021-01-09gnu: okular: Update to 20.12.1....Tobias Geerinckx-Rice 2021-01-05gnu: Add akregator....Z572 2020-12-30gnu: qca: Update to 2.3.1....Efraim Flashner 2020-12-29Merge branch 'ungrafting' into stagingMarius Bakke 2020-12-29gnu: grantleetheme: Skip tests....Efraim Flashner 2020-12-22gnu: kdevelop: Update to 5.6.1....Michael Rohleder 2020-12-18gnu: kdenlive: Add breeze-icons....Hartmut Goebel 2020-12-17gnu: okular: Tweak synopsis and description....Ludovic Courtès 2020-12-15gnu: Add Okular....Zheng Junjie 2020-12-12gnu: Add libkexiv2....Zheng Junjie 2020-12-12gnu: Add kdegraphics-mobipocket....Zheng Junjie 2020-12-12gnu: KDE: Fix old cgit home-pages....Hartmut Goebel 2020-12-08gnu: qca: Correct license....Marius Bakke 2020-11-07Merge branch 'master' into staging...Marius Bakke 2020-11-07gnu: kdenlive: Update to 20.08.3....Tobias Geerinckx-Rice 2020-11-01gnu: krita: Update to 4.4.1....Tobias Geerinckx-Rice 2020-10-29gnu: kuserfeedback: Fix typo....Sébastien Lerique 2020-10-27gnu: Add kuserfeedback....Hartmut Goebel 2020-10-19Merge branch 'master' into stagingMarius Bakke