summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-22 16:10:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-22 16:11:04 +0200
commitf93a2dd5403600fea28790692732d310de837762 (patch)
tree573c5d6c0de88ba60d6d6a5d0a2b16a7b77c83e0 /gnu
parent78fb1dbca21ecf2ee3084f89d0b7ddb2e615a3a3 (diff)
downloadguix-patches-f93a2dd5403600fea28790692732d310de837762.tar
guix-patches-f93a2dd5403600fea28790692732d310de837762.tar.gz
gnu: wireshark: Update to 3.4.5 [security fixes].
* gnu/packages/networking.scm (wireshark): Update to 3.4.5.
Diffstat (limited to 'gnu')
-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 f7557fc331..69b223fb66 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1421,14 +1421,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.4.4")
+ (version "3.4.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "0aad3m8nh4i75dgjs68217135bzqmhmlgjklmpjh1ihmjwgd373j"))))
+ (base32 "0cyk8nqws9gp8p2ywszbynh8vawivnbhw60dhmy21qd1038sy6ny"))))
(build-system cmake-build-system)
(arguments
`(#:phases