unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45229] [PATCH] gnu: go-github-com-emicklei-go-restful: Update to 3.4.0.
@ 2020-12-13 23:07 Jack Hill
  2020-12-17 20:27 ` bug#45229: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2020-12-13 23:07 UTC (permalink / raw)
  To: 45229

* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Update to 3.4.0.
---
 gnu/packages/golang.scm | 44 ++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ae42e24f92..ca2e8c4ff4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1241,31 +1241,29 @@ sockets.")
       (description "Semver is a library for Semantic versioning written in Go.")
       (license license:expat))))
 
-(define-public go-github-com-emicklei-go-restful
-  (let ((commit "89ef8af493ab468a45a42bb0d89a06fccdd2fb22")
-        (revision "0"))
-    (package
-      (name "go-github-com-emicklei-go-restful")
-      (version (git-version "0.0.0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/emicklei/go-restful")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0rrlfcfq80fkxifpih6bq31vavb5mf4530xz51pp9pq1mn2fzjfh"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/emicklei/go-restful"))
-      (home-page "https://github.com/emicklei/go-restful")
-      (synopsis "Build REST-style web services using Go")
-      (description "This package provides @code{go-restful}, which helps
+(define-public go-github-com-emicklei-go-rest
+  (package
+    (name "go-github-com-emicklei-go-restful")
+    (version "3.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emicklei/go-restful")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0m1y5a6xr6hmdj77afrvyh2llkbhn1166lcrgis654shl8zs9qhz"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/emicklei/go-restful"))
+    (home-page "https://github.com/emicklei/go-restful")
+    (synopsis "Build REST-style web services using Go")
+    (description "This package provides @code{go-restful}, which helps
 developers to use @code{http} methods explicitly and in a way that's consistent
 with the HTTP protocol definition.")
-      (license license:expat))))
+    (license license:expat)))
 
 (define-public go-github-com-google-cadvisor
   (let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#45229: [PATCH] gnu: go-github-com-emicklei-go-restful: Update to 3.4.0.
  2020-12-13 23:07 [bug#45229] [PATCH] gnu: go-github-com-emicklei-go-restful: Update to 3.4.0 Jack Hill
@ 2020-12-17 20:27 ` Efraim Flashner
  2020-12-17 20:38   ` [bug#45229] " Jack Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2020-12-17 20:27 UTC (permalink / raw)
  To: Jack Hill; +Cc: 45229-done

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

The package name somehow changed in your patch (from ...-go-restful to
...-go-rest) so I changed it back.

Patch pushed with that change.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#45229] [PATCH] gnu: go-github-com-emicklei-go-restful: Update to 3.4.0.
  2020-12-17 20:27 ` bug#45229: " Efraim Flashner
@ 2020-12-17 20:38   ` Jack Hill
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Hill @ 2020-12-17 20:38 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 45229-done

On Thu, 17 Dec 2020, Efraim Flashner wrote:

> The package name somehow changed in your patch (from ...-go-restful to
> ...-go-rest) so I changed it back.
>
> Patch pushed with that change.

Whoops! Thanks for catching that and pushing (also for the other go 
package updates).

Best,
Jack




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-17 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 23:07 [bug#45229] [PATCH] gnu: go-github-com-emicklei-go-restful: Update to 3.4.0 Jack Hill
2020-12-17 20:27 ` bug#45229: " Efraim Flashner
2020-12-17 20:38   ` [bug#45229] " Jack Hill

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).