[PATCH] gnu: crun: Update to 1.14.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sharlatan Hellseher
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
5ef0a2d4e4dac006056749b339716d05857cb273.1707817738.git.~@wolfsden.cz
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(-)

Toggle diff (38 lines)
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
Sharlatan Hellseher wrote 1 years ago
(address . 69095-done@debbugs.gnu.org)
87il2rnjp5.fsf@gmail.com
Hi,

Pushed as 6002e9e7711136373de5a6325769e9c7d11032c9 to master.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXM3YYACgkQdtcnv/Ys
0rUouA/7B5G22Hi3RspGTWkJUjs3DfiJcvbPL/uvdqB3J0a5dmVyOj4J0z9dhAxn
T/k1KQM/mERl+M1e+MO26Vj4ewuCzKgIRi+pA7AXHIUwbzy7nNlJacPX3qk0FKeR
PAW372+do4kRVf2mORm54FCeF9iWGQKL9ifUhMDiH3Amm09e85rDmW9k3QR7xAzQ
c9QyADC3i0RMzSR2AIZ/NIArumNFAxmAswZqsQzaAHq82G8YqzDLuVxCNmjPD6ts
73lif5j5Hogj/fwCoyqWMAhnDENY1HSffHBqJYxqqGXHnM76VmNooYlXUyci9WXd
Vr1vTTDCkttZGWd3ieASA0xaM2W6ZENdXarzgNHGam1sbjxd0XCKZaOI73LfMp35
sEvr8R2ErIoRU0S4sk2Yc5hM9TTDS95ONV8d7syaIiai2ZpdlycIY6JV12gOmSxI
NGXKE/CW7pXP+FpCihwFuyrnSWSAhHt+iJVZwZ+tbU81Apzs3xMuJTNbQMSX9xOb
LLNogtep1YJhsygGm1v1Ej8pCyCqnbQeZxcc4d0jDlqWfh867L5fYbIXS1p0eJzS
nRBh/SwgjecKkF+DgL4LrOMgcTCVIiljngIPnRKwzk5uiOBcgam3KWIZ52I3CM7h
98tyPwfcEPB4JKzP+0a5it/3Rl8rbOTE3OnQ/3GLTahsDcQ7DhM=
=upzp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69095@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69095
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help