<
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/virtualization.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-07-19 16:00:16 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-07-19 16:00:16 +0300
commit327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110 (patch)
tree7f9cd203f44631ef0bdddb3a01d5af0f43881b13 /gnu/tests/virtualization.scm
parent9ba804af7aac2a16fcd2686e702a72700fac1ffe (diff)
downloadguix-327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110.tar.gz
guix-327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110.zip
gnu: python2-pytest: Update to 4.6.11.
* gnu/packages/check.scm (python2-pytest): Update to 4.6.11.
Diffstat (limited to 'gnu/tests/virtualization.scm')
0 files changed, 0 insertions, 0 deletions
OSS, GStreamer, null) and is designed to be portable.") (license lgpl2.1+))) (define-public sound-theme-freedesktop (package (name "sound-theme-freedesktop") (version "0.8") (source (origin (method url-fetch) (uri (string-append "https://people.freedesktop.org/~mccann/dist/" name "-" version ".tar.bz2")) (sha256 (base32 "054abv4gmfk9maw93fis0bf605rc56dah7ys5plc4pphxqh8nlfb")))) (build-system gnu-build-system) (native-inputs (list intltool)) (synopsis "Audio samples for use as a desktop sound theme") (description "This package provides audio samples that can be used by libcanberra as sounds for various system events.") ;; The license of the various sounds is given in the 'CREDITS' file. (license (list cc-by-sa4.0 cc-by3.0 gpl2 gpl2+)) (home-page "https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/"))) (define-public python-pycanberra (package (name "python-pycanberra") (version "0.1.1") (source (origin (method url-fetch) (uri (string-append "http://ftp.n0.is/pub/releases/" "pycanberra-" version ".tar.xz")) (sha256 (base32 "16jjf8fcgaprmz6jacsxrh17l1ad891fns38bxv49lg3s3mn1nj2")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;No tests included. (propagated-inputs (list libcanberra)) (synopsis "Ctypes wrapper for the libcanberra API") (description "Pycanberra is a basic Python wrapper for libcanberra.") (home-page "http://c.n0.is/ng0/pycanberra/") (license lgpl2.1+)))