all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69095] [PATCH] gnu: crun: Update to 1.14.1.
@ 2024-02-13  9:48 Tomas Volf
  2024-02-14 15:34 ` bug#69095: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-02-13  9:48 UTC (permalink / raw)
  To: 69095; +Cc: Tomas Volf

Since upstream does provide properly packaged source archives, the fetch
method was switched from git to url.

* gnu/packages/containers.scm (crun): Update to 1.14.1.

Change-Id: I566d8742b1a3db75aefaa51032e09130a8307a61
---
 gnu/packages/containers.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a3aa9ac1db..e9d2b0f71a 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -53,20 +53,20 @@ (define-module (gnu packages containers)
   #:use-module (gnu packages wget))
 
 (define-public crun
-  (let ((commit "c381048530aa750495cf502ddb7181f2ded5b400"))
+  (let ((commit "de537a7965bfbe9992e2cfae0baeb56a08128171"))
     (package
       (name "crun")
-      (version "1.4.5")
+      (version "1.14.1")
       (source
        (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/containers/crun")
-               (commit commit)
-               (recursive? #t)))
+         (method url-fetch)
+         (uri (string-append
+               "https://github.com/containers/crun/releases/download/"
+               version
+               "/crun-" version ".tar.gz"))
          (sha256
-          (base32 "0x2xmr5sv9ivvcv5fl5jjk4kq9b3n97s5hsqiqfwl4rz8qcz4xk1"))
-         (file-name (git-file-name name version))))
+          (base32
+           "02lplc2asyllb58mvy7l8b9gsk7fxs95g928xk28yzmf592ay33x"))))
       (build-system gnu-build-system)
       (arguments
        `(#:configure-flags '("--disable-systemd")

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
-- 
2.41.0





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

* bug#69095: [PATCH] gnu: crun: Update to 1.14.1.
  2024-02-13  9:48 [bug#69095] [PATCH] gnu: crun: Update to 1.14.1 Tomas Volf
@ 2024-02-14 15:34 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-14 15:34 UTC (permalink / raw)
  To: 69095-done

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


Hi,

Pushed as 6002e9e7711136373de5a6325769e9c7d11032c9 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-02-14 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13  9:48 [bug#69095] [PATCH] gnu: crun: Update to 1.14.1 Tomas Volf
2024-02-14 15:34 ` bug#69095: " Sharlatan Hellseher

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.