all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: libpsl: Update to 0.14.0.
@ 2016-08-04  1:32 Tobias Geerinckx-Rice
  2016-08-04  8:09 ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-08-04  1:32 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/web.scm (libpsl): Update to 0.14.0.
---
 gnu/packages/web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fa791ff..df76273 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 ;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
+;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -453,7 +454,7 @@ for efficient socket-like bidirectional reliable communication channels.")
 (define-public libpsl
   (package
     (name "libpsl")
-    (version "0.13.0")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rockdaboot/libpsl/"
@@ -461,7 +462,7 @@ for efficient socket-like bidirectional reliable communication channels.")
                                   "/libpsl-" version ".tar.gz"))
               (sha256
                (base32
-                "0afn2c4s2m65xifa5sfdll0s2gyqbh2q9k9nq4nsmx1b6c2i3i7x"))))
+                "1yrfkwjw5b9y9qb4xqw7g0hk0wdscay701c1wkg8fp7lxny99iz8"))))
     (build-system gnu-build-system)
     (inputs
      `(("icu4c" ,icu4c)
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: libpsl: Update to 0.14.0.
  2016-08-04  1:32 [PATCH] gnu: libpsl: Update to 0.14.0 Tobias Geerinckx-Rice
@ 2016-08-04  8:09 ` Andreas Enge
  2016-08-17 23:20   ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2016-08-04  8:09 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: guix-devel

Hello, Tobias,

On Thu, Aug 04, 2016 at 03:32:32AM +0200, Tobias Geerinckx-Rice wrote:
> * gnu/packages/web.scm (libpsl): Update to 0.14.0.
> -    (version "0.13.0")
> +    (version "0.14.0")
> -                "0afn2c4s2m65xifa5sfdll0s2gyqbh2q9k9nq4nsmx1b6c2i3i7x"))))
> +                "1yrfkwjw5b9y9qb4xqw7g0hk0wdscay701c1wkg8fp7lxny99iz8"))))

I think you can push such trivial changes without asking on the list, assuming
that the package still builds, and maybe also after testing one or two
packages depending on it. If you want to be perfect, you could also observe
how it then behaves on the next hydra evaluation and whether it breaks other
packages.


Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: libpsl: Update to 0.14.0.
  2016-08-04  8:09 ` Andreas Enge
@ 2016-08-17 23:20   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-08-17 23:20 UTC (permalink / raw)
  To: andreas; +Cc: guix-devel

Andreas,

On 04/08/16 10:09, Andreas Enge wrote:
> I think you can push such trivial changes without asking on the list

Oh, I absolutely agree, but then HACKING reads:

  Non-trivial patches should always be posted to
  guix-devel@gnu.org (trivial patches include fixing typos, etc.)

Choosing typos as an example seemed oddly specific and deliberate to me,
not on the same level as even minor revision bumps.

Glad to hear I was being overly cautious :-)

Kind regards,

T G-R

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-17 23:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04  1:32 [PATCH] gnu: libpsl: Update to 0.14.0 Tobias Geerinckx-Rice
2016-08-04  8:09 ` Andreas Enge
2016-08-17 23:20   ` Tobias Geerinckx-Rice

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.