aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorAndy Wingo <wingo@igalia.com>2016-02-18 21:13:36 +0100
committerMark H Weaver <mhw@netris.org>2016-02-24 11:49:57 -0500
commit2a26eb96d3bc334586dcf0bdf834f67a685e14ae (patch)
tree01f8fff6f9c0ec2e7a79be3f02fba132e8a615c9 /release.nix
parent6cc328b43b1ae2cc1d201844cff7c619187cca5e (diff)
downloadguix-2a26eb96d3bc334586dcf0bdf834f67a685e14ae.tar.gz
guix-2a26eb96d3bc334586dcf0bdf834f67a685e14ae.zip
gnu: xf86-video-mach64: Update to 6.9.5.
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.5.
Diffstat (limited to 'release.nix')
0 files changed, 0 insertions, 0 deletions
(type 'propagated) (min-version "3.2.1") (max-version min-version)) (upstream-input (name "taxy") (downstream-name "emacs-taxy") (type 'propagated) (min-version "0.10") (max-version #f)))) (with-http-server `((200 ,(object->string elpa-mock-archive))) (parameterize ((current-http-proxy (%local-url))) (define source ;; Note: Use 'http' URLs to the proxy is used. (package-latest-release (dummy-package "emacs-fake-taxy-magit-section" (version "0.0.0") (source (dummy-origin (method url-fetch) (uri "http://elpa.gnu.org/xyz")))) (list %elpa-updater))) (list (upstream-source-urls source) (upstream-source-signature-urls source) (upstream-source-inputs source))))) (test-equal "guix-package->elpa-name: without 'upstream-name' property" "auctex" (guix-package->elpa-name (dummy-package "emacs-auctex"))) (test-equal "guix-package->elpa-name: with 'upstream-name' property" "project" (guix-package->elpa-name (dummy-package "emacs-fake-name" (properties '((upstream-name . "project")))))) (test-end "elpa") ;; Local Variables: ;; eval: (put 'with-http-server 'scheme-indent-function 1) ;; End: