;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès ;;; Copyright © 2017 Leo Famulari ;;; ;;; 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 . (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 value='68fd1a84019f8177673265f22c2f55cd74b3014e'/>
path: root/gnu
diff options
context:system: Mention '--skip-checks' in initrd diagnostics....* gnu/system/mapped-devices.scm (check-device-initrd-modules): Add note about '--skip-checks'. Ludovic Courtès
authorRicardo Wurmus <rekado@elephly.net>2022-11-04 09:51:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-04 10:01:12 +0100
commit68fd1a84019f8177673265f22c2f55cd74b3014e (patch)
tree66a99f03079d95b01ed821d9915040327d543ed0 /gnu
parent168f9ac750f3a79502a44b55122c773d38089dbf (diff)
downloadguix-68fd1a84019f8177673265f22c2f55cd74b3014e.tar.gz
guix-68fd1a84019f8177673265f22c2f55cd74b3014e.zip
gnu: r-colourpicker: Update to 1.2.0.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8c96af6152..1af12f15ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm