Re: Update giac-xcas and wireshark

2016-10-22 Thread Leo Famulari
On Thu, Oct 20, 2016 at 08:05:13AM +0200, Nicolas Goaziou wrote:
> From c26e7cb826ee2e232743c7e021bbe99d404b82e6 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou 
> Date: Wed, 19 Oct 2016 23:52:57 +0200
> Subject: [PATCH 1/2] gnu: giac-xcas: Update to 1.2.2-95.
> 
> * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-95.

> From 1293db095e38911ab46139caf65d4e97a1a9235f Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou 
> Date: Thu, 20 Oct 2016 00:05:40 +0200
> Subject: [PATCH 2/2] gnu: wireshark: Update to 2.2.1.
> 
> * gnu/packages/networking.scm (wireshark): Update to 2.2.1.

Thanks, I pushed both!



Update giac-xcas and wireshark

2016-10-20 Thread Nicolas Goaziou
Hello,

Here are updates for Giac-Xcas and Wireshark.

Regards,
-- 
Nicolas Goaziou0x80A93738
>From c26e7cb826ee2e232743c7e021bbe99d404b82e6 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou 
Date: Wed, 19 Oct 2016 23:52:57 +0200
Subject: [PATCH 1/2] gnu: giac-xcas: Update to 1.2.2-95.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-95.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 9e19d55..339db6e 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -202,7 +202,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
 (define-public giac-xcas
   (package
 (name "giac-xcas")
-(version "1.2.2-81")
+(version "1.2.2-95")
 (source (origin
   (method url-fetch)
   ;; "~parisse/giac" is not used because the maintainer regularly
@@ -214,7 +214,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
   "source/giac_" version ".tar.gz"))
   (sha256
(base32
-"0jwlx8b97zkly9gcbdfbj4mzyn21dbg1kgpw7j7vqs380jryzgfs"
+"1zyaz5pgj7w6ka4qxic4kmbcqcikpn8ry3jvhi2kd72hwa0v65y2"
 (build-system gnu-build-system)
 (arguments
  `(#:phases
-- 
2.10.1

>From 1293db095e38911ab46139caf65d4e97a1a9235f Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou 
Date: Thu, 20 Oct 2016 00:05:40 +0200
Subject: [PATCH 2/2] gnu: wireshark: Update to 2.2.1.

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index da92379..52bd0c4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -427,7 +427,7 @@ and up to 1 Mbit/s downstream.")
 (define-public wireshark
   (package
 (name "wireshark")
-(version "2.2.0")
+(version "2.2.1")
 (synopsis "Network traffic analyzer")
 (source
  (origin
@@ -436,7 +436,7 @@ and up to 1 Mbit/s downstream.")
version ".tar.bz2"))
(sha256
 (base32
- "010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156"
+ "0jciaqz119vmznd8mi4gq5dgwz7vn453cnm2086mxcy80jpj43lh"
 (build-system glib-or-gtk-build-system)
 (inputs `(("bison" ,bison)
   ("c-ares" ,c-ares)
-- 
2.10.1