From 00815eea388b13a38ad0bef4dd9582da1b3208eb Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 23 Oct 2018 22:44:45 +0200 Subject: gnu: libsoup: Update to 2.64.2. * gnu/packages/gnome.scm (libsoup): Update to 2.64.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 75551d0c2c..4a118fe0fc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2459,7 +2459,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.64.0") + (version "2.64.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2467,7 +2467,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "09z7g3spww3f84y8jmicdd6lqp360mbggpg5h1fq1v4p5ihcjnyr")))) + "1il6lyrmfi0hfh3ysw8w1qzc1rdz0igkb7dv6d8g5mmilnac3pbm")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments -- cgit v1.2.3 46cea3230eb05f'>refslogtreecommitdiff
path: root/tests/guix-pack.sh
AgeCommit message (Expand)Author
2018-11-06store-copy: Canonicalize the mtime and permissions of the store copy....Ludovic Courtès
2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....Ludovic Courtès
2018-10-19tests: Run 'guix pack' tests using the external store....Ludovic Courtès
2018-07-05tests: Skip 'guix-pack.sh'....Ludovic Courtès
2018-05-19tests: Skip 'tests/guix-pack.sh' when networking is missing....Ludovic Courtès
2018-05-10pack: Add '--relocatable'....Ludovic Courtès
2018-05-07pack: Fix handling of '-e'....Ludovic Courtès
2018-05-07pack: Honor package transformation options....Ludovic Courtès
2018-05-07pack: Adjust test to cope with GC'd profiles....Ludovic Courtès
2018-03-24tests: Add tests for "guix pack"....Chris Marusich