;;; 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 31ac150f98fca7ae681297c6'/>
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2023-02-16 22:57:41 +0000
committerEfraim Flashner <efraim@flashner.co.il>2023-02-20 12:30:06 +0200
commit0892d54d201d30f331ac150f98fca7ae681297c6 (patch)
treee8dfffe55b07f207cdb78bdf7afa951f39c359b1
parent16041719bf25c544aa86edb43250a61b3c8fcb9a (diff)
downloadguix-0892d54d201d30f331ac150f98fca7ae681297c6.tar.gz
guix-0892d54d201d30f331ac150f98fca7ae681297c6.zip
gnu: Add rust-mockall-derive-0.11.
* gnu/packages/crates-io.scm (rust-mockall-derive-0.11): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/crates-io.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f1c0c7163..3860eecdad 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm