unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69641] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.11.
@ 2024-03-08 14:31 Troy Figiel
  2024-03-17  0:18 ` bug#69641: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-03-08 14:31 UTC (permalink / raw)
  To: 69641

* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.11.
[source]: Use 'git-file-name'.
---
 gnu/packages/golang-compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-compression.scm b/gnu/packages/golang-compression.scm
index b999c063ee..a61244d12a 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -166,16 +166,16 @@ (define-public go-github-com-nwaples-rardecode-v2
 (define-public go-github-com-ulikunitz-xz
   (package
     (name "go-github-com-ulikunitz-xz")
-    (version "0.5.8")
+    (version "0.5.11")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/ulikunitz/xz.git")
              (commit (string-append "v" version))))
-       (file-name (string-append name "-" version "-checkout"))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1xnsymi5fmmm734bi4c6z57p5cvnyxlpi29yxs4v21w5k763aypd"))))
+        (base32 "1hbs3x7s7d5ch6ipaqi265w0fwpijs0j19xdbhbjjsyr4khxbqd0"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/ulikunitz/xz"))

base-commit: d79c88e8809d2079452fd276bf4d17eb16636ff9
-- 
2.42.0





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

* bug#69641: [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.11.
  2024-03-08 14:31 [bug#69641] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.11 Troy Figiel
@ 2024-03-17  0:18 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-03-17  0:18 UTC (permalink / raw)
  To: 69641-done

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


Hi,

Pushed as 48ec6188d7fc0adc92bdd5e9714c235135393bc4 to master.

--
Oleg

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

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

end of thread, other threads:[~2024-03-17  0:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 14:31 [bug#69641] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.11 Troy Figiel
2024-03-17  0:18 ` bug#69641: " Sharlatan Hellseher

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).