unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74463] [PATCH] gnu: podman: Update to 5.3.0.
@ 2024-11-21 14:05 Tomas Volf
  2024-11-21 18:25 ` [bug#74463] [PATCH v2] gnu: podman: Update to 5.3.1 Tomas Volf
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Volf @ 2024-11-21 14:05 UTC (permalink / raw)
  To: 74463; +Cc: Tomas Volf

* gnu/packages/containers.scm (podman): Update to 5.3.0.
<native-inputs>: Use go-1.22.

Change-Id: Iefdaaa3bc8e612c930694dcd7b17d81e6db919ac
---
 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index adae2f5bfc..3c84987d92 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -465,7 +465,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.2.5")
+    (version "5.3.0")
     (source
      (origin
        (method git-fetch)
@@ -473,7 +473,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
+        (base32 "1rgg5s1m4i10vqkgs5ka3z7sl9dmnpp8zqbvh4773amqaikjpfxz"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -554,7 +554,7 @@ (define-public podman
              (inputs (list pcre2)))     ; Drop once grep on master supports -P
            bats
            git
-           go-1.21
+           go-1.22
            go-github-com-go-md2man
            mandoc
            pkg-config
-- 
2.46.0





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

* [bug#74463] [PATCH v2] gnu: podman: Update to 5.3.1.
  2024-11-21 14:05 [bug#74463] [PATCH] gnu: podman: Update to 5.3.0 Tomas Volf
@ 2024-11-21 18:25 ` Tomas Volf
  2024-11-24  1:16   ` bug#74463: " Z572
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Volf @ 2024-11-21 18:25 UTC (permalink / raw)
  To: 74463; +Cc: Tomas Volf

* gnu/packages/containers.scm (podman): Update to 5.3.1.
<native-inputs>: Use go-1.22.

Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f
---
v2: Update to 5.3.1 instead.

 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index adae2f5bfc..9a49dd5fd8 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -465,7 +465,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.2.5")
+    (version "5.3.1")
     (source
      (origin
        (method git-fetch)
@@ -473,7 +473,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
+        (base32 "1315rqsfiwq4i2vvdzb6nkwbvgwimsj7f71ma1svvqhp8kbly04h"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -554,7 +554,7 @@ (define-public podman
              (inputs (list pcre2)))     ; Drop once grep on master supports -P
            bats
            git
-           go-1.21
+           go-1.22
            go-github-com-go-md2man
            mandoc
            pkg-config
--
2.46.0




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

* bug#74463: [PATCH v2] gnu: podman: Update to 5.3.1.
  2024-11-21 18:25 ` [bug#74463] [PATCH v2] gnu: podman: Update to 5.3.1 Tomas Volf
@ 2024-11-24  1:16   ` Z572
  0 siblings, 0 replies; 3+ messages in thread
From: Z572 @ 2024-11-24  1:16 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 74463-done

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

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (podman): Update to 5.3.1.
> <native-inputs>: Use go-1.22.

[native-inputs]: Use go-1.22.

>
> Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f
> ---
> v2: Update to 5.3.1 instead.
>
>  gnu/packages/containers.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
> index adae2f5bfc..9a49dd5fd8 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -465,7 +465,7 @@ (define-public catatonit
>  (define-public podman
>    (package
>      (name "podman")
> -    (version "5.2.5")
> +    (version "5.3.1")
>      (source
>       (origin
>         (method git-fetch)
> @@ -473,7 +473,7 @@ (define-public podman
>               (url "https://github.com/containers/podman")
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
> +        (base32 "1315rqsfiwq4i2vvdzb6nkwbvgwimsj7f71ma1svvqhp8kbly04h"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments
> @@ -554,7 +554,7 @@ (define-public podman
>               (inputs (list pcre2)))     ; Drop once grep on master supports -P
>             bats
>             git
> -           go-1.21
> +           go-1.22
>             go-github-com-go-md2man
>             mandoc
>             pkg-config

pushed, closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-11-24  1:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 14:05 [bug#74463] [PATCH] gnu: podman: Update to 5.3.0 Tomas Volf
2024-11-21 18:25 ` [bug#74463] [PATCH v2] gnu: podman: Update to 5.3.1 Tomas Volf
2024-11-24  1:16   ` bug#74463: " Z572

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).