diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 18:48:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 22:26:14 +0200 |
commit | e6a31556697493ca0ce76ed480acd4cc34cc9e3d (patch) | |
tree | 34d6d6877025990cc21bac3732a54df40f419bbf /gnu/packages/backup.scm | |
parent | 04072ac87b05aed52ebf2953dd882935656e0805 (diff) | |
download | guix-e6a31556697493ca0ce76ed480acd4cc34cc9e3d.tar guix-e6a31556697493ca0ce76ed480acd4cc34cc9e3d.tar.gz |
gnu: burp: Update to 2.3.32.
* gnu/packages/backup.scm (burp): Update to 2.3.32.
Diffstat (limited to 'gnu/packages/backup.scm')
-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 d676d353d1..c8e6f175b1 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -1072,7 +1072,7 @@ interractive mode.") (define-public burp (package (name "burp") - (version "2.3.30") + (version "2.3.32") (source (origin (method git-fetch) @@ -1080,7 +1080,7 @@ interractive mode.") (url "https://github.com/grke/burp") (commit version))) (sha256 - (base32 "1f9i5d415psbr03fqd47p162qy25sypra1w8w16ym6jk1pvdjsgx")) + (base32 "0cxxf9ni34c9662ffmr2qc8xmh4g9pmg3swqvhn49mqgr5ra6k2g")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |