unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42926] [PATCH 1/2] gnu: libratbag: Update to 0.14.
@ 2020-08-19  8:56 Brendan Tildesley
  2020-08-19  8:56 ` [bug#42925] [PATCH 2/2] gnu: piper: Update to 0.5.1. Disable broken tests Brendan Tildesley
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Tildesley @ 2020-08-19  8:56 UTC (permalink / raw)
  To: 42926

* gnu/packages/gnome.scm (libratbag): Update to 0.14.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a46c77ff9c..6a90e3c9eb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10929,7 +10929,7 @@ card sheets that you’ll find at most office supply stores.")
 (define-public libratbag
   (package
     (name "libratbag")
-    (version "0.13")
+    (version "0.14")
     (source
      (origin
        (method git-fetch)
@@ -10938,7 +10938,7 @@ card sheets that you’ll find at most office supply stores.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18y8mfr63d91278m1kcid0wvrxa1sgjs8na9af1ks2n28ssvciwq"))))
+        (base32 "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
-- 
2.28.0





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

* [bug#42925] [PATCH 2/2] gnu: piper: Update to 0.5.1. Disable broken tests.
  2020-08-19  8:56 [bug#42926] [PATCH 1/2] gnu: libratbag: Update to 0.14 Brendan Tildesley
@ 2020-08-19  8:56 ` Brendan Tildesley
  2020-08-22 18:06   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Tildesley @ 2020-08-19  8:56 UTC (permalink / raw)
  To: 42925

* gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6a90e3c9eb..f0e8307501 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10996,7 +10996,7 @@ your operating-system definition:
 (define-public piper
   (package
     (name "piper")
-    (version "0.5")
+    (version "0.5.1")
     (source
      (origin
        (method git-fetch)
@@ -11004,7 +11004,7 @@ your operating-system definition:
              (url "https://github.com/libratbag/piper")
              (commit version)))
        (sha256
-        (base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))
+        (base32 "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj"))
        (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs
@@ -11028,6 +11028,7 @@ your operating-system definition:
        #:modules (((guix build python-build-system) #:prefix python:)
                   (guix build meson-build-system)
                   (guix build utils))
+       #:tests? #f ;; The flake8 test fails trying to validate piper.in as code.
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'dont-update-gtk-icon-cache
-- 
2.28.0





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

* [bug#42925] [PATCH 2/2] gnu: piper: Update to 0.5.1. Disable broken tests.
  2020-08-19  8:56 ` [bug#42925] [PATCH 2/2] gnu: piper: Update to 0.5.1. Disable broken tests Brendan Tildesley
@ 2020-08-22 18:06   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2020-08-22 18:06 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 42925

On Wed, Aug 19, 2020 at 06:56:56PM +1000, Brendan Tildesley wrote:
> * gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests.

Thanks! Pushed as d8e83969a9f87a2dffc3659cb1805b30ac7f92f1




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

end of thread, other threads:[~2020-08-22 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19  8:56 [bug#42926] [PATCH 1/2] gnu: libratbag: Update to 0.14 Brendan Tildesley
2020-08-19  8:56 ` [bug#42925] [PATCH 2/2] gnu: piper: Update to 0.5.1. Disable broken tests Brendan Tildesley
2020-08-22 18:06   ` Leo Famulari

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).