guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: go-etcd-io-bbolt: Update to 1.3.5-1.


From: guix-commits
Subject: branch master updated: Revert "gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823."
Date: Tue, 27 Oct 2020 17:02:04 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1e76f0b  Revert "gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823."
1e76f0b is described below

commit 1e76f0b0df1e8a0cb0cb942595bb9642bbb9f32b
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Wed Oct 28 00:00:13 2020 +0300

    Revert "gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823."
    
    This reverts commit 4476137ab4594f13889eebe22a291ce9f060561a which doesn't
    really fix test.  Test failures because of timed out after 10 minutes.
---
 gnu/packages/golang.scm | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6db6275..d2ca7c4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5674,27 +5674,25 @@ deleting secrets from the system keyring.")
     (license license:expat)))
 
 (define-public go-etcd-io-bbolt
-  (let ((commit "f6be82302843a215152f5a1daf652c1ee5503f85")
-        (revision "1"))
-    (package
-      (name "go-etcd-io-bbolt")
-      (version (git-version "1.3.5" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/etcd-io/bbolt";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "01l39kbsm9hl8djnwq3d7vg5hylkm75fvwsh8d4jk8pyda2q6iqg"))))
-      (build-system go-build-system)
-      (arguments
-       `(#:import-path "go.etcd.io/bbolt"))
-      (home-page "https://pkg.go.dev/go.etcd.io/bbolt/";)
-      (synopsis "Low-level key/value store in Go")
-      (description "This package implements a low-level key/value store in 
Go.")
-      (license license:expat))))
+  (package
+    (name "go-etcd-io-bbolt")
+    (version "1.3.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/etcd-io/bbolt";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "go.etcd.io/bbolt"))
+    (home-page "https://pkg.go.dev/go.etcd.io/bbolt/";)
+    (synopsis "Low-level key/value store in Go")
+    (description "This package implements a low-level key/value store in Go.")
+    (license license:expat)))
 
 (define-public go-github-com-rogpeppe-go-internal
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]