all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 67903@debbugs.gnu.org
Cc: "Hilton Chain" <hako@ultrarare.space>,
	"Hilton Chain" <hako@ultrarare.space>,
	郑俊杰 <zhengjunjie@yandex.com>,
	"Zheng Junjie" <zhengjunjie@iscas.ac.cn>,
	"Leo Famulari" <leo@famulari.name>,
	"Tobias Geerinckx-Rice" <me@tobias.gr>
Subject: [bug#67903] [PATCH v2 1/2] gnu: libcgroup: Adjust package style.
Date: Sat, 13 Jan 2024 16:08:46 +0800	[thread overview]
Message-ID: <28547dfd609e53c259465d5f7cfc59f1d5515958.1705133151.git.hako@ultrarare.space> (raw)
In-Reply-To: <696e1a46af20d62029c36f5e2ad2c2ff22c0485f.1702995464.git.hako@ultrarare.space>

* gnu/packages/linux.scm (libcgroup)[source]<uri>: Remove use of ‘home-page’.

Change-Id: I93f22223a01b253b8b1cd7deea90e7f05736862f
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a96c817729..4eee3c4af3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8804,8 +8804,9 @@ (define-public libcgroup
     (source
      (origin
        (method url-fetch)
-       (uri (string-append home-page "/releases/download/v"
-                           version "/" name "-" version ".tar.gz"))
+       (uri (string-append
+             "https://github.com/libcgroup/libcgroup/releases/download/v"
+             version "/" name "-" version ".tar.gz"))
        (sha256
         (base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))
     (build-system gnu-build-system)

base-commit: c0b303aaa3d6154acbe054120d11467eb98e6d33
--
2.41.0




  parent reply	other threads:[~2024-01-13  8:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19 14:21 [bug#67903] [PATCH] gnu: libcgroup: Update to 3.1.0 Hilton Chain via Guix-patches via
2023-12-24  5:27 ` 郑俊杰
2024-01-05  5:24   ` Hilton Chain via Guix-patches via
2024-01-05  5:45     ` Zheng Junjie
2024-01-13  8:04       ` Hilton Chain via Guix-patches via
2024-01-13  8:08 ` Hilton Chain via Guix-patches via [this message]
2024-01-13  8:08   ` [bug#67903] [PATCH v2 2/2] " Hilton Chain via Guix-patches via
2024-01-25 16:37     ` bug#67903: " Hilton Chain via Guix-patches via

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

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

  git send-email \
    --in-reply-to=28547dfd609e53c259465d5f7cfc59f1d5515958.1705133151.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=67903@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --cc=leo@famulari.name \
    --cc=me@tobias.gr \
    --cc=zhengjunjie@iscas.ac.cn \
    --cc=zhengjunjie@yandex.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.