all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: altadil via Guix-patches via <guix-patches@gnu.org>
To: 65228@debbugs.gnu.org
Cc: altadil <altadil@protonmail.com>
Subject: [bug#65228] [PATCH] gnu: gpodder: Update to 3.11.1.
Date: Fri, 11 Aug 2023 13:49:46 +0000	[thread overview]
Message-ID: <7eae98e8b1ae9e8c98cc62026558f28b1f4a8968.1691761162.git.altadil@protonmail.com> (raw)

* gnu/packages/gpodder.scm (gpodder): Update to 3.11.1.
---
 Updated with guix refresh. guix lint OK.
 guix build --rounds=2 OK on x86_64-linux (Zen 4 machine).
 On the same machine, with qemu-binfmt:
 the same command is OK on aarch64-linux and fails on other systems
 (but it is the same situation for the current package).
 Guix still builds without warning.
 make check reports the same number of failures as before the change.
 gnu/packages/gpodder.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 474065836e..f9102d3a44 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -50,7 +50,7 @@ (define-module (gnu packages gpodder)
 (define-public gpodder
   (package
     (name "gpodder")
-    (version "3.11.0")
+    (version "3.11.1")
     (source
      (origin
        (method git-fetch)
@@ -58,7 +58,7 @@ (define-public gpodder
              (url "https://github.com/gpodder/gpodder")
              (commit version)))
        (sha256
-        (base32 "1387n0kgpan869c09smq5jnc3316vz8majl9bw01bw7cxg4vss3p"))
+        (base32 "121cb8qz4rp6602lpbi6m2vqx3ar1cw2s4z4r7nr5qaxb0q3gk9n"))
        (file-name (git-file-name name version))
        (patches (search-patches "gpodder-disable-updater.patch"))))
     (build-system python-build-system)

base-commit: ad4520b92662e42d7d0b1e648b2068300dbb95c8
-- 
2.41.0






             reply	other threads:[~2023-08-11 13:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 13:49 altadil via Guix-patches via [this message]
2023-08-12 21:15 ` bug#65228: [PATCH] gnu: gpodder: Update to 3.11.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7eae98e8b1ae9e8c98cc62026558f28b1f4a8968.1691761162.git.altadil@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=65228@debbugs.gnu.org \
    --cc=altadil@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.