all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Kortkamp <tobias.kortkamp@gmail.com>
To: 57429@debbugs.gnu.org
Cc: Tobias Kortkamp <tobias.kortkamp@gmail.com>
Subject: [bug#57429] [PATCH 3/3] gnu: piper: Update to 0.7.
Date: Fri, 26 Aug 2022 16:37:14 +0200	[thread overview]
Message-ID: <ccc61a0ddf5b1830b05c019af8372b63e9160989.1661501683.git.tobias.kortkamp@gmail.com> (raw)
In-Reply-To: <cover.1661501683.git.tobias.kortkamp@gmail.com>

* gnu/packages/gnome.scm (piper): Update to 0.7.
[native-inputs]: Add appstream.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 83d64fbd49..0e155c29a3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12094,7 +12094,7 @@ (define-public libratbag
 (define-public piper
   (package
     (name "piper")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
@@ -12102,11 +12102,12 @@ (define-public piper
              (url "https://github.com/libratbag/piper")
              (commit version)))
        (sha256
-        (base32 "02x4d4n0078slj2pl0rvgayrrxvna6y6vj8fxfamvazsh5xyfzwk"))
+        (base32 "0jsvfy0ihdcgnqljfgs41lys1nlz18qvsa0a8ndx3pyr41f8w8wf"))
        (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs
-     (list gettext-minimal
+     (list appstream
+           gettext-minimal
            `(,glib "bin")
            gobject-introspection
            pkg-config
-- 
2.37.1





  parent reply	other threads:[~2022-08-26 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26  8:38 [bug#57429] [PATCH 0/3] gnu: piper: Fix runtime and update to 0.7 Tobias Kortkamp
2022-08-26 14:37 ` [bug#57429] [PATCH 1/3] gnu: piper: Fix runtime Tobias Kortkamp
2022-08-26 14:37 ` [bug#57429] [PATCH 2/3] gnu: piper: Unbreak tests Tobias Kortkamp
2022-08-26 14:37 ` Tobias Kortkamp [this message]
2022-09-11 14:49   ` bug#57429: [PATCH 0/3] gnu: piper: Fix runtime and update to 0.7 Mathieu Othacehe

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=ccc61a0ddf5b1830b05c019af8372b63e9160989.1661501683.git.tobias.kortkamp@gmail.com \
    --to=tobias.kortkamp@gmail.com \
    --cc=57429@debbugs.gnu.org \
    /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.