aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
blob: 35bfd0f967e3e92d6a5e30ba546c57a60403397f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2018 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 "6998d30425289b087c64f63e7415df2241e591db"))
    (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
        "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j")))))

;;; artwork.scm ends here
03-07gnu: raincat: Update home page....* gnu/packages/haskell-apps.scm (raincat)[home-page]: Update. Tobias Geerinckx-Rice 2020-02-27gnu: git-annex: Update to 8.20200226....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200226. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> Kyle Meyer 2020-02-20gnu: corrode: Use git-file-name....* gnu/packages/haskell-apps.scm (corrode): Use git-file-name. Jakub Kądziołka 2020-02-20gnu: git-annex: Update to 7.20200219....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219. Signed-off-by: Leo Famulari <leo@famulari.name> Kyle Meyer 2020-02-17gnu: hlint: Update home page....* gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source repository. Tobias Geerinckx-Rice 2020-02-04gnu: git-annex: Update to 7.20200202.7....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200202.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer 2019-12-31gnu: git-annex: Update to 7.20191230....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191230. [inputs]: Add ghc-filepath-bytestring. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer 2019-12-22gnu: git-annex: Update to 7.20191218....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191218. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer 2019-11-21gnu: kmonad: Update to 0.3.0....* gnu/packages/haskell-apps.scm (kmonad): Update to 0.3.0. Alex Griffin 2019-11-20gnu: darcs: Fix Cabal dependency constraints....* gnu/packages/haskell-apps.scm (darcs): Update the Cabal file to r1 and change the phase that updates the Cabal file to allow for newer versions of 'QuickCheck'. Timothy Sample 2019-11-20gnu: hoogle: Update to 5.0.17.11....* gnu/packages/haskell-apps.scm (hoogle): Update to 5.0.17.11. [inputs]: Remove 'ghc-network-uri' and 'ghc-network'; add 'ghc-blaze-html', 'ghc-blaze-markup', and 'ghc-foundation'. Timothy Sample 2019-11-20gnu: cabal-install: Update to 2.4.0.0....* gnu/packages/haskell-apps.scm (cabal-install): Update to 2.4.0.0. [arguments]: Set Cabal file to r2, enable tests, and add a phase to update the Cabal file to allow a newer version of 'zip-archive'. [inputs]: Add 'ghc-zip-archive'. Timothy Sample 2019-11-20gnu: hlint: Update to 2.1.26....* gnu/packages/haskell-apps.scm (hlint): Update to 2.1.26. [inputs]: Add 'ghc-lib-parser'. Timothy Sample 2019-11-20gnu: ghc-megaparsec: Update to 7.0.5....* gnu/packages/haskell-xyz.scm (ghc-megaparsec): Update to 7.0.5. [arguments]: Remove '#:cabal-revision'. (ghc-megaparsec-7): Remove variable. * gnu/packages/haskell-apps.scm (kmonad)[inputs]: Replace 'ghc-megaparsec-7' with 'ghc-megaparsec'. * gnu/packages/idris.scm (idris)[inputs]: Likewise. Timothy Sample 2019-11-15gnu: git-annex: Update to 7.20191114....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191114. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Kyle Meyer 2019-11-10gnu: raincat: Use 'mirror-url'....* gnu/packages/haskell-apps.scm (raincat)[source]: Use 'mirror-url' over direct hackage url. Efraim Flashner 2019-11-10gnu: Add scroll....* gnu/packages/haskell-apps.scm (scroll): New variable. Efraim Flashner 2019-11-07gnu: git-annex: Update to 7.20191106....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Kyle Meyer