summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-25 19:20:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-25 19:20:05 +0200
commit8a51e31f46ab33237e17ddca8b60c2ba37604898 (patch)
treef24bed6ebacc43cdfda93973a59d80af0c1443d8
parentc5e6a7fed81f16477b7de569bc0206a0514de375 (diff)
downloadpatches-8a51e31f46ab33237e17ddca8b60c2ba37604898.tar
patches-8a51e31f46ab33237e17ddca8b60c2ba37604898.tar.gz
gnu: wireshark: Update to 3.2.4.
* gnu/packages/networking.scm (wireshark): Update to 3.2.4.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4a2df4fd5a..962f0185b2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -767,14 +767,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.2.3")
+ (version "3.2.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "1fpsfjrap7j84sy728yhcr2gad9nq3n5gq03mwrmxnc6ijwf81zh"))))
+ (base32 "1amqgn94g6h6cfnsccm2zb4c73pfv1qmzi1i6h1hnbcyhhg4czfi"))))
(build-system cmake-build-system)
(arguments
`(#:phases