unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: jemalloc: Update to 4.2.0.
@ 2016-05-17 13:40 Jelle Licht
  2016-05-19 19:21 ` Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Jelle Licht @ 2016-05-17 13:40 UTC (permalink / raw)
  To: guix-devel

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

diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index 52d43e8..e82bcd8 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -27,7 +27,7 @@
 (define-public jemalloc
   (package
     (name "jemalloc")
-    (version "4.1.0")
+    (version "4.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -35,7 +35,7 @@
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s"))))
+                "1jvasihaizawz44j02bri47bd905flns03nkigipys81p6pds5mj"))))
     (build-system gnu-build-system)
     (home-page "http://www.canonware.com/jemalloc/")
     (synopsis "General-purpose scalable concurrent malloc implementation")
-- 
2.7.4

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

* Re: [PATCH] gnu: jemalloc: Update to 4.2.0.
  2016-05-17 13:40 [PATCH] gnu: jemalloc: Update to 4.2.0 Jelle Licht
@ 2016-05-19 19:21 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2016-05-19 19:21 UTC (permalink / raw)
  To: Jelle Licht; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

On Tue, May 17, 2016 at 06:40:01AM -0700, Jelle Licht wrote:
> * gnu/packages/jemalloc.scm (jemalloc): Update to 4.2.0.
> ---
>  gnu/packages/jemalloc.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
> index 52d43e8..e82bcd8 100644
> --- a/gnu/packages/jemalloc.scm
> +++ b/gnu/packages/jemalloc.scm
> @@ -27,7 +27,7 @@
>  (define-public jemalloc
>    (package
>      (name "jemalloc")
> -    (version "4.1.0")
> +    (version "4.2.0")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -35,7 +35,7 @@
>                      name "-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s"))))
> +                "1jvasihaizawz44j02bri47bd905flns03nkigipys81p6pds5mj"))))
>      (build-system gnu-build-system)
>      (home-page "http://www.canonware.com/jemalloc/")
>      (synopsis "General-purpose scalable concurrent malloc implementation")
> -- 
> 2.7.4
> 

Looks good!

pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-05-19 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-17 13:40 [PATCH] gnu: jemalloc: Update to 4.2.0 Jelle Licht
2016-05-19 19:21 ` Efraim Flashner

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).