aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
blob: 155865f44af2fe649c660df416515faa192aedb3 (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
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;;
;;; 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
  (origin
    (method git-fetch)
    (uri (git-reference
          (url "git://git.savannah.gnu.org/guix/guix-artwork.git")
          (commit "3236581")))
    (sha256
     (base32
      "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj"))))

;;; artwork.scm ends here
19:22:59 +0200'>2021-04-19gnu: entt: Update to 3.7.1....Tobias Geerinckx-Rice 2021-04-12gnu: renpy: Update to 7.4.4....Leo Prikler 2021-04-07gnu: tiled: Update to 1.5.0.David Thompson 2021-04-07gnu: Add entt....Alexandru-Sergiu Marton 2021-03-18gnu: dhewm3: Update to 1.5.1....Tobias Geerinckx-Rice 2021-03-17gnu: Use autoconf instead of autoconf-wrapper when possible....Maxime Devos 2021-03-06gnu: surgescript: Do not want static libraries....Tobias Geerinckx-Rice 2021-03-06gnu: surgescript: Update to 0.5.5....Tobias Geerinckx-Rice 2021-02-28gnu: python2-pygame-sdl2: Use HTTPS home page URI....Nicolas Goaziou 2021-02-07gnu: python2-renpy: Update to 7.4.2....Leo Prikler 2021-02-07gnu: python2-pygame-sdl2: Update to renpy-version 7.4.2....Leo Prikler 2021-02-07gnu: Minor whitespace cleanup....Leo Prikler 2021-02-07gnu: python2-renpy: Update to 7.4.0....Leo Prikler 2021-02-07gnu: python2-pygame-sdl2: Update to renpy-version 7.4.0....Leo Prikler 2021-01-28gnu: tsukundere: Update to 0.2.3....Leo Prikler 2021-01-02gnu: deutex: Update to 5.2.2....Tobias Geerinckx-Rice 2020-12-30gnu: gzochi: Update to 0.13....Ricardo Wurmus 2020-12-12gnu: renpy: Use system fribidi and drop generated sources....Leo Prikler 2020-12-12gnu: pygame-sdl2-for-renpy: Drop generated sources in snippet....Leo Prikler 2020-11-23gnu: guile-chickadee: Use Guile 3.0....David Thompson 2020-11-23gnu: guile-chickadee: Update to 0.6.0.David Thompson 2020-11-23gnu: Deprecate guile3.0-chickadee.David Thompson 2020-11-20gnu: tiled: Update to 1.4.3....Tobias Geerinckx-Rice 2020-11-18gnu: bennu-game-development: Update to 353....Pierre Neidhardt 2020-11-15gnu: tiled: Update to 1.4.2.David Thompson 2020-10-15gnu: Add tsukundere....Leo Prikler 2020-10-04gnu: godot: Update to 3.2.3....Tobias Geerinckx-Rice 2020-10-01gnu: nml: Update to 0.5.3....Tobias Geerinckx-Rice 2020-09-15gnu: surgescript: Update to 0.5.4.4....Tobias Geerinckx-Rice 2020-09-09gnu: python-xsge: Update to 2020.09.07....Kei Kebreau 2020-09-09gnu: python-sge: Update to 1.7....Kei Kebreau 2020-08-06gnu: ode: Update to 0.16.2....Nicolas Goaziou