me
/
guix
Archived
1
0
Fork 0

gnu: crun: Update to 1.4.5.

* gnu/packages/containers.scm (crun): Update to 1.4.5.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent ca3be65f5d
commit a07bdc7335
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -47,10 +47,10 @@
#:use-module (gnu packages web))
(define-public crun
(let ((commit "8e5757a4e68590326dafe8a8b1b4a584b10a1370"))
(let ((commit "c381048530aa750495cf502ddb7181f2ded5b400"))
(package
(name "crun")
(version "1.3")
(version "1.4.5")
(source
(origin
(method git-fetch)
@ -59,7 +59,7 @@
(commit commit)
(recursive? #t)))
(sha256
(base32 "01yiss2d57kwlxb7zlqzjwlg9fyaf19yjngd1mw9n4hxls3dfj3k"))
(base32 "0x2xmr5sv9ivvcv5fl5jjk4kq9b3n97s5hsqiqfwl4rz8qcz4xk1"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments