summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-05-27 21:21:34 +0200
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-06-01 20:28:43 +0200
commit2ed0bd5875dd046ef4a3186bc58e022a05b0e751 (patch)
treee0d12be8d78cf8335545128bdfed6a19e3d75036
parent6e9fe3f15d01a3d7233e16fee0eb12ee6a8d5501 (diff)
gnu: podman: Update to 5.5.0.
* gnu/packages/containers.scm (podman): Update to 5.5.0. [native-inputs]: Use go-1.23, regular grep. Change-Id: I2664753590d778936972bcb0fa8646b016b7c2e0 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
-rw-r--r--gnu/packages/containers.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index be3e05f8628..270874c3670 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -470,7 +470,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
470(define-public podman 470(define-public podman
471 (package 471 (package
472 (name "podman") 472 (name "podman")
473 (version "5.4.2") 473 (version "5.5.0")
474 (outputs '("out" "docker")) 474 (outputs '("out" "docker"))
475 (properties 475 (properties
476 `((output-synopsis "docker" "docker alias for podman"))) 476 `((output-synopsis "docker" "docker alias for podman")))
@@ -481,7 +481,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
481 (url "https://github.com/containers/podman") 481 (url "https://github.com/containers/podman")
482 (commit (string-append "v" version)))) 482 (commit (string-append "v" version))))
483 (sha256 483 (sha256
484 (base32 "1yjkyn1wrpzfcndds23p0r192l95rq4jcw7w9m2y1zdhafjlgr5y")) 484 (base32 "0ackw202dnydxzpa52i6vcp1m5g1p5s9kq9s639ih5nk4qvzba87"))
485 (file-name (git-file-name name version)))) 485 (file-name (git-file-name name version))))
486 (build-system gnu-build-system) 486 (build-system gnu-build-system)
487 (arguments 487 (arguments
@@ -570,11 +570,10 @@ Its main purpose is to support the key usage by @code{docker-init}:
570 libseccomp 570 libseccomp
571 libselinux)) 571 libselinux))
572 (native-inputs 572 (native-inputs
573 (list (package/inherit grep 573 (list grep
574 (inputs (list pcre2))) ; Drop once grep on master supports -P
575 bats 574 bats
576 git-minimal/pinned 575 git-minimal/pinned
577 go-1.22 576 go-1.23
578 go-md2man 577 go-md2man
579 gnu-gettext ; for envsubst 578 gnu-gettext ; for envsubst
580 mandoc 579 mandoc