diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 20:26:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 22:15:08 +0200 |
commit | 6aa25ab3b332deb070e6d4c6ca2786e4dead69b9 (patch) | |
tree | 24248a8be1799edb362d18c3fd3a2d2b3d376ad9 /gnu | |
parent | aba98be5406eaeaf70dbd6b9b30e16d254ede9d7 (diff) |
gnu: burp: Update to 2.3.28.
* gnu/packages/backup.scm (burp): Update to 2.3.28.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 49db612eb9..950dbc55ff 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -1066,14 +1066,14 @@ interractive mode.") (define-public burp (package (name "burp") - (version "2.3.26") + (version "2.3.28") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/burp/burp-" version "/burp-" version ".tar.bz2")) (sha256 (base32 - "1kwm8wwmzla02cqacgpmac6n5466dqd5czx83lkbp97rmg9017h8")))) + "18f8cjsb87skabvz4cl5pdln35qmim7x686js1xzpld6wyl9kv2k")))) (build-system gnu-build-system) (arguments `(#:phases |