branch master updated (e9f305a -> 3e84ce5)

2018-11-03 Thread Arun Isaac
arunisaac pushed a change to branch master
in repository guix.

  from  e9f305a   gnu: sbcl-lift: Don't keep the bundled website.
   new  3e84ce5   gnu: mpop: Update to 1.4.0.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



01/01: gnu: mpop: Update to 1.4.0.

2018-11-03 Thread Arun Isaac
arunisaac pushed a commit to branch master
in repository guix.

commit 3e84ce51fbaa325a18e727023ba912f5877c5d2a
Author: Arun Isaac 
Date:   Sun Nov 4 10:36:17 2018 +0530

gnu: mpop: Update to 1.4.0.

* gnu/packages/mail.scm (mpop): Update to 1.4.0.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4fffc2f..35b7d27 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1850,7 +1850,7 @@ converts them to maildir format directories.")
 (define-public mpop
   (package
 (name "mpop")
-(version "1.2.8")
+(version "1.4.0")
 (source
  (origin
(method url-fetch)
@@ -1858,7 +1858,7 @@ converts them to maildir format directories.")
name "-" version ".tar.xz"))
(sha256
 (base32
- "1skrda7lbks5h0v03ab8bhpg6ma1b63if8x9x3kb2fv70x2pkhqn"
+ "14xsvpm5bc1wycisq882gqrnamnyi1q4rlk6anlw8ihzvwgm4h2j"
 (build-system gnu-build-system)
 (inputs
  `(("gnutls" ,gnutls)



branch master updated (0e091b3 -> e9f305a)

2018-11-03 Thread Efraim Flashner
efraim pushed a change to branch master
in repository guix.

  from  0e091b3   gnu: totem: Update to 3.26.2.
   new  e9f305a   gnu: sbcl-lift: Don't keep the bundled website.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/lisp.scm | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)



01/01: gnu: sbcl-lift: Don't keep the bundled website.

2018-11-03 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit e9f305a1c82abe17cc67f0b349fcf09e7a002090
Author: Efraim Flashner 
Date:   Sat Nov 3 20:37:27 2018 +0200

gnu: sbcl-lift: Don't keep the bundled website.

* gnu/packages/lisp.scm (sbcl-lift)[source]: Remove bundled website.
[arguments]: Remove custom 'make-gzips-writable phase.
---
 gnu/packages/lisp.scm | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c323809..9fb25a1 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2382,19 +2382,17 @@ new fiends in addition to old friends like 
@command{aif} and
  (sha256
   (base32
"127v5avpz1i4m0lkaxqrq8hrl69rdazqaxf6s8awf0nd7wj2g4dp"))
- (file-name (git-file-name "lift" version
+ (file-name (git-file-name "lift" version))
+ (modules '((guix build utils)))
+ (snippet
+  ;; Don't keep the bundled website
+  `(begin
+ (delete-file-recursively "website")
+ #t
   (build-system asdf-build-system/sbcl)
   (arguments
;; The tests require a debugger, but we run with the debugger disabled.
-   '(#:tests? #f
- #:phases
- (modify-phases %standard-phases
-   ;; Do this to ensure the 'reset-gzip-timestamps phase works.
-   (add-after 'unpack 'make-gzips-writeable
- (lambda _
-   (for-each (lambda (file)
-   (chmod file #o755))
- (find-files "." "\\.gz$")))
+   '(#:tests? #f))
   (synopsis "LIsp Framework for Testing")
   (description
"The LIsp Framework for Testing (LIFT) is a unit and system test tool 
for LISP.



01/07: doc: Remove misleading sentence about TMPDIR.

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit a57ee7656b14d3d1d0f89c4e5662e55fea045733
Author: Ludovic Courtès 
Date:   Thu Nov 1 16:03:39 2018 +0100

doc: Remove misleading sentence about TMPDIR.

Reported by pelzflorian (Florian Pelz) .
Fixes .

* doc/guix.texi (Invoking guix-daemon): Remove sentence that suggests
that TMPDIR leaks into the build environment.
---
 doc/guix.texi | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index b6e5711..fbe62db 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1230,12 +1230,9 @@ etc.  This helps achieve reproducible builds 
(@pxref{Features}).
 
 When the daemon performs a build on behalf of the user, it creates a
 build directory under @file{/tmp} or under the directory specified by
-its @code{TMPDIR} environment variable; this directory is shared with
-the container for the duration of the build.  Be aware that using a
-directory other than @file{/tmp} can affect build results---for example,
-with a longer directory name, a build process that uses Unix-domain
-sockets might hit the name length limitation for @code{sun_path}, which
-it would otherwise not hit.
+its @code{TMPDIR} environment variable.  This directory is shared with
+the container for the duration of the build, though within the container,
+the build tree is always called @file{/tmp/guix-build-@var{name}.drv-0}.
 
 The build directory is automatically deleted upon completion, unless the
 build failed and the client specified @option{--keep-failed}



07/07: gnu: totem: Update to 3.26.2.

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit 0e091b3e9378cee49314b50e89b71ef5eacae457
Author: Ludovic Courtès 
Date:   Sat Nov 3 15:44:40 2018 +0100

gnu: totem: Update to 3.26.2.

* gnu/packages/gnome.scm (totem): Update to 3.26.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4b94b2f..75551d0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3625,7 +3625,7 @@ for application developers.")
 (define-public totem
   (package
 (name "totem")
-(version "3.26.1")
+(version "3.26.2")
 (source
  (origin
(method url-fetch)
@@ -3634,7 +3634,7 @@ for application developers.")
name "-" version ".tar.xz"))
(sha256
 (base32
- "10n302fdp3lhkzbij5sbzmsnln738029xil6cnng2d4dxv4n1099"))
+ "1llyisls3pzf5bwkpxyfyxc2d3gpa09n5pjy7qsjdqrp3ya4k36g"))
(patches (search-patches "totem-meson-easy-codec.patch"
 (build-system meson-build-system)
 (native-inputs



branch master updated (b1c7f5f -> 0e091b3)

2018-11-03 Thread Ludovic Court�
civodul pushed a change to branch master
in repository guix.

  from  b1c7f5f   gnu: emacs-emms: Update to 5.1.
   new  a57ee76   doc: Remove misleading sentence about TMPDIR.
   new  5e1e237   doc: Fix typo in "Sound Services".
   new  8e5c598   gnu: diffoscope: Update to 104.
   new  46c8f53   gnu: emacs-dired-du: Update to 0.5.1.
   new  a7c8574   gnu: perl-image-exiftool: Update to 11.11.
   new  504f0cf   gnu: emacs-debbugs: Update to 0.16.
   new  0e091b3   gnu: totem: Update to 3.26.2.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi   | 11 ---
 gnu/packages/emacs.scm  |  8 
 gnu/packages/gnome.scm  |  4 ++--
 gnu/packages/package-management.scm |  4 ++--
 gnu/packages/photo.scm  |  4 ++--
 5 files changed, 14 insertions(+), 17 deletions(-)



06/07: gnu: emacs-debbugs: Update to 0.16.

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit 504f0cf198b2e20a64afe8b5360137219951d748
Author: Ludovic Courtès 
Date:   Sat Nov 3 15:44:24 2018 +0100

gnu: emacs-debbugs: Update to 0.16.

* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.16.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3c844d5..d5ad38d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2630,14 +2630,14 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
 (name "emacs-debbugs")
-(version "0.15")
+(version "0.16")
 (source (origin
   (method url-fetch)
   (uri (string-append "https://elpa.gnu.org/packages/debbugs-;
   version ".tar"))
   (sha256
(base32
-"1x7jw2ldgkknyxg7x9fhnqkary691icnysmi3xw0g2fjrvllzhqw"
+"0y3bq803c7820h15g66d1648skxfhlfa2v6vincj6xk5ssp44s9p"
 (build-system emacs-build-system)
 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
 (propagated-inputs



04/07: gnu: emacs-dired-du: Update to 0.5.1.

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit 46c8f53ba823f4d295d08c6896777c20458dca88
Author: Ludovic Courtès 
Date:   Sat Nov 3 15:16:20 2018 +0100

gnu: emacs-dired-du: Update to 0.5.1.

* gnu/packages/emacs.scm (emacs-dired-du): Update to 0.5.1.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2832de9..3c844d5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12012,7 +12012,7 @@ was called.")
 (define-public emacs-dired-du
   (package
 (name "emacs-dired-du")
-(version "0.5")
+(version "0.5.1")
 (source
  (origin
(method url-fetch)
@@ -12021,7 +12021,7 @@ was called.")
  version ".tar"))
(sha256
 (base32
- "09yj37p2fa5f81fqrzwghjkyy2ydsf4rbkfwpn2yyvzd5nd97bpl"
+ "1091scnrjh0a4gja4z6jxic6ghy1yryv46qk9c76pmh50cpw6766"
 (build-system emacs-build-system)
 (home-page "http://elpa.gnu.org/packages/dired-du.html;)
 (synopsis "Dired with recursive directory sizes")



03/07: gnu: diffoscope: Update to 104.

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit 8e5c59868c3d616ffc4e58a1c3bdb76155973b4b
Author: Ludovic Courtès 
Date:   Sat Nov 3 15:16:02 2018 +0100

gnu: diffoscope: Update to 104.

* gnu/packages/package-management.scm (diffoscope): Update to 104.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index fd01545..2843722 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -570,13 +570,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
 (name "diffoscope")
-(version "102")
+(version "104")
 (source (origin
   (method url-fetch)
   (uri (pypi-uri name version))
   (sha256
(base32
-"0v2z98xx7n4viw12yq83flpb9ir5ahy1gn44pic0i3dam18xhcm6"
+"0vnfhnvqvdwgh1sh2lmwad8jk2vjvq76p5xm3pfgxdik2yblmvqd"
 (build-system python-build-system)
 (arguments
  `(#:phases (modify-phases %standard-phases



02/07: doc: Fix typo in "Sound Services".

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit 5e1e237a6d0f1c135fc2e7604804733c2a994781
Author: Ludovic Courtès 
Date:   Sat Nov 3 14:51:03 2018 +0100

doc: Fix typo in "Sound Services".

Reported by Jelle Licht .

* doc/guix.texi (Sound Services): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index fbe62db..3b7fa50 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13957,7 +13957,7 @@ Users need to be in the @code{lp} group to access the 
D-Bus service.
 @cindex PulseAudio, sound support
 
 The @code{(gnu services sound)} module provides a service to configure the
-Advanced Linux Sound Architecture (ALSA) system, which making PulseAudio the
+Advanced Linux Sound Architecture (ALSA) system, which makes PulseAudio the
 preferred ALSA output driver.
 
 @deffn {Scheme Variable} alsa-service-type



05/07: gnu: perl-image-exiftool: Update to 11.11.

2018-11-03 Thread Ludovic Court�
civodul pushed a commit to branch master
in repository guix.

commit a7c8574f390367fbaf86731199b8f8fa4904a078
Author: Ludovic Courtès 
Date:   Sat Nov 3 15:16:42 2018 +0100

gnu: perl-image-exiftool: Update to 11.11.

* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.11.
---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index db7a9f9..5526c4f 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -206,7 +206,7 @@ MTP, and much more.")
 (define-public perl-image-exiftool
   (package
 (name "perl-image-exiftool")
-(version "11.01")
+(version "11.11")
 (source (origin
   (method url-fetch)
   (uri (string-append
@@ -214,7 +214,7 @@ MTP, and much more.")
 version ".tar.gz"))
   (sha256
(base32
-"175w34n73mypdpbaqj2vgqsfp59yvfrn8k7zmx4cawnp895bypvh"
+"1szg1k82nz88pp5n7lg71ja7q3hh5i5f9bcbb7m482dwrmsywkp6"
 (build-system perl-build-system)
 (arguments
  '(#:phases



branch master updated (c356e83 -> b1c7f5f)

2018-11-03 Thread Arun Isaac
arunisaac pushed a change to branch master
in repository guix.

  from  c356e83   doc: Fix typo.
   new  b1c7f5f   gnu: emacs-emms: Update to 5.1.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



01/01: gnu: emacs-emms: Update to 5.1.

2018-11-03 Thread Arun Isaac
arunisaac pushed a commit to branch master
in repository guix.

commit b1c7f5fff983bfe151aa41066bf1888fa9cd157b
Author: Arun Isaac 
Date:   Sat Nov 3 19:12:33 2018 +0530

gnu: emacs-emms: Update to 5.1.

* gnu/packages/emacs.scm (emacs-emms): Update to 5.1.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 45e92ee..2832de9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -956,14 +956,14 @@ provides an optional IDE-like error list.")
 (define-public emacs-emms
   (package
 (name "emacs-emms")
-(version "5.0")
+(version "5.1")
 (source (origin
   (method url-fetch)
   (uri (string-append "mirror://gnu/emms/emms-"
   version ".tar.gz"))
   (sha256
(base32
-"08f9lj77jlk96grqgjsv63s2i8ywvp4wvnmgmhnslwyx2lsdxza3"))
+"149ddczyx6x10zn4mn8g0rll1rwf4yciv8x6j0qdnlbwszblx2x6"))
   (modules '((guix build utils)))
   (snippet
'(begin



01/01: doc: Fix typo.

2018-11-03 Thread julien lepiller
roptat pushed a commit to branch master
in repository guix.

commit c356e831c0290e1cd34bdfb33340ae674f0cbd2e
Author: Julien Lepiller 
Date:   Sat Nov 3 13:52:06 2018 +0100

doc: Fix typo.

* doc/guix.texi: Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index d0e8e00..b6e5711 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16611,7 +16611,7 @@ the nginx web server, and also a fastcgi wrapper daemon.
 @deffn {Scheme Variable} httpd-service-type
 Service type for the @uref{https://httpd.apache.org/,Apache HTTP} server
 (@dfn{httpd}).  The value for this service type is a
-@code{https-configuration} record.
+@code{httpd-configuration} record.
 
 A simple example configuration is given below.
 



branch master updated (92cc1fd -> c356e83)

2018-11-03 Thread julien lepiller
roptat pushed a change to branch master
in repository guix.

  from  92cc1fd   doc: Fix typos.
   new  c356e83   doc: Fix typo.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



branch master updated (3995e85 -> 92cc1fd)

2018-11-03 Thread julien lepiller
roptat pushed a change to branch master
in repository guix.

  from  3995e85   gnu: tor: Update to 0.3.4.9.
   new  92cc1fd   doc: Fix typos.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)



01/01: doc: Fix typos.

2018-11-03 Thread julien lepiller
roptat pushed a commit to branch master
in repository guix.

commit 92cc1fd8cb4010e82b9c123cb41b3945bf7f59c8
Author: Julien Lepiller 
Date:   Sat Nov 3 11:12:35 2018 +0100

doc: Fix typos.

* doc/guix.texi (Telephony Services): Fix typos.
---
 doc/guix.texi | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index edcff9c..d0e8e00 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16169,10 +16169,10 @@ before switching over to opus audio codec.
 How deep channels can be nested at maximum.
 
 @item @code{channelname-regex} (default: @code{#f})
-A string in from of a Qt regular expression that channel names must conform to.
+A string in form of a Qt regular expression that channel names must conform to.
 
 @item @code{username-regex} (default: @code{#f})
-A string in from of a Qt regular expression that user names must conform to.
+A string in form of a Qt regular expression that user names must conform to.
 
 @item @code{text-message-length} (default: @code{5000})
 Maximum size in bytes that a user can send in one text chat message.
@@ -16184,7 +16184,7 @@ Maximum size in bytes that a user can send in one image 
message.
 If it is set to @code{#t} clients that use weak password authentification
 will not be accepted. Users must have completed the certificate wizard to join.
 
-@item @code{remember-channel?} (defualt @code{#f})
+@item @code{remember-channel?} (default: @code{#f})
 Should murmur remember the last channel each user was in when they disconnected
 and put them into the remembered channel when they rejoin.
 
@@ -16209,7 +16209,7 @@ Murmur also stores logs in the database, which are 
accessible via RPC.
 The default is 31 days of months, but you can set this setting to 0 to keep 
logs forever,
 or -1 to disable logging to the database.
 
-@item @code{obfuscate-ips?} (default @code{#t})
+@item @code{obfuscate-ips?} (default: @code{#t})
 Should logged ips be obfuscated to protect the privacy of users.
 
 @item @code{ssl-cert} (default: @code{#f})