unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Troy Figiel <troy@troyfigiel.com>
To: 69641@debbugs.gnu.org
Subject: [bug#69641] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.11.
Date: Fri, 8 Mar 2024 15:31:57 +0100	[thread overview]
Message-ID: <87edckiy71.fsf@troyfigiel.com> (raw)

* 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





             reply	other threads:[~2024-03-08 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 14:31 Troy Figiel [this message]
2024-03-17  0:18 ` bug#69641: [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.11 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edckiy71.fsf@troyfigiel.com \
    --to=troy@troyfigiel.com \
    --cc=69641@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).