summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-28 10:32:30 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:36 +0100
commite653a88c15c8a379f9139fc007076fbf5342d687 (patch)
tree76d41189e236cfdad2b77eceb201a646aadf9724 /gnu
parent8e115bfddd67deae0e16b24fc63da2ede1127fe6 (diff)
gnu: go-github-com-ipfs-go-ds-badger: Update to 0.3.4.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-badger): Update to 0.3.4. Change-Id: I1ed4f6969bd91772bc4d505ce4fb9a9bebb09bd6
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ipfs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 544a2ee2a9a..adaff109ec2 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -808,7 +808,7 @@ throughout its lifetime.")
(define-public go-github-com-ipfs-go-ds-badger
(package
(name "go-github-com-ipfs-go-ds-badger")
- (version "0.3.0")
+ (version "0.3.4")
(source
(origin
(method git-fetch)
@@ -817,7 +817,7 @@ throughout its lifetime.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "06hn79airlqrgsbsppin98swbqwz58ji659fyrk1wivp4iz2na3h"))))
+ (base32 "0ywq8cs6yf5vqfbw6rd5pw79sqljd87qi0ykv4gg736s7g7mkjr6"))))
(build-system go-build-system)
(arguments
(list