;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2020 Ricardo Wurmus ;;; ;;; 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 (test-print) #:use-module (guix import print) #:use-module (guix build-system gnu) #:use-module (guix download) #:use-module (guix packages) #:use-module ((guix licenses) #:prefix license:) #:use-module ((gnu pac
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-01-16 20:26:50 +0100
committerJulien Lepiller <julien@lepiller.eu>2019-01-16 20:35:41 +0100
commit22fe9110612401e879764564ca2078dce0836fff (patch)
tree4d5eed5bb9b64c748dc559f0e86f9550393ea3c9 /tests/graph.scm
parent4d390cad2510797a68f473db347699e748c92e42 (diff)
downloadguix-22fe9110612401e879764564ca2078dce0836fff.tar.gz
guix-22fe9110612401e879764564ca2078dce0836fff.zip
gnu: php: Update to 7.3.1.
* gnu/packages/php.scm (php): Update to 7.3.1.
Diffstat (limited to 'tests/graph.scm')
0 files changed, 0 insertions, 0 deletions
efine-public test ,pkg-with-inputs-source) (package->code pkg-with-inputs)) (test-equal "package with origin input" `(define-public test ,pkg-with-origin-input-source) (package->code pkg-with-origin-input)) (test-equal "package with origin patch" `(define-public test ,pkg-with-origin-patch-source) (package->code pkg-with-origin-patch)) (test-equal "package with arguments" `(define-public test ,pkg-with-arguments-source) (package->code pkg-with-arguments)) (test-equal "package with properties" `(define-public test ,pkg-with-properties-source) (package->code pkg-with-properties)) (test-end "print")