[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: wireshark: Update to 3.2.6.
From: |
guix-commits |
Subject: |
05/07: gnu: wireshark: Update to 3.2.6. |
Date: |
Thu, 20 Aug 2020 00:22:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 48d9c7c59a31b4e5c49bb89026469d2d69bbcae7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 06:16:15 2020 +0200
gnu: wireshark: Update to 3.2.6.
* gnu/packages/networking.scm (wireshark): Update to 3.2.6.
---
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 50ae583..49e4679 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1235,14 +1235,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.2.5")
+ (version "3.2.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "0h69m9maq6w5gik4gamv4kfqrr37hmi4kpwh225y1k36awm0b2dx"))))
+ (base32 "1wmlbrym6l5fkvic596yx74jz1pn4pfjihsx341fxv5w76zfxcgb"))))
(build-system cmake-build-system)
(arguments
`(#:phases
- branch master updated (8d06906 -> cdbb0e5), guix-commits, 2020/08/20
- 01/07: gnu: mate-power-manager: Update to 1.24.2., guix-commits, 2020/08/20
- 02/07: gnu: nng: Update to 1.3.2., guix-commits, 2020/08/20
- 04/07: gnu: libostree: Update to 2020.5., guix-commits, 2020/08/20
- 05/07: gnu: wireshark: Update to 3.2.6.,
guix-commits <=
- 03/07: gnu: iperf: Update to 3.9., guix-commits, 2020/08/20
- 07/07: gnu: blender: Add colour management support., guix-commits, 2020/08/20
- 06/07: gnu: Add opencolorio., guix-commits, 2020/08/20