[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
433/474: gnu: giara: Update to 1.1.0.
From: |
guix-commits |
Subject: |
433/474: gnu: giara: Update to 1.1.0. |
Date: |
Sat, 30 Nov 2024 18:21:09 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 090ec027cfb9c0f372e7125e4185d0ad78f5f6a4
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Thu Nov 28 08:52:15 2024 +0100
gnu: giara: Update to 1.1.0.
* gnu/packages/syndication.scm (giara): Update to 1.1.0.
[arguments]<#:phases>: Add phase 'skip-validate-metainfo-file-test.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/syndication.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index e262426e28..fc3e904710 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -169,7 +169,7 @@ cards.")
(define-public giara
(package
(name "giara")
- (version "1.0.1")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -178,7 +178,7 @@ cards.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "00vmfghp9g8yzn2d1xjawz5a8bdwn1jl1k24mjaf4vlvdy4sg9l4"))))
+ (base32 "1s2lr7s2sqzvphl84zcf68l6lzhp5faycz75yp36ak18aw9b8g0m"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -188,6 +188,11 @@ cards.")
(lambda _
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") "true"))))
+ (add-after 'unpack 'skip-validate-metainfo-file-test
+ (lambda _
+ (substitute* "data/meson.build"
+ (("if ascli_exe\\.found\\(\\)")
+ "if false"))))
(add-after 'glib-or-gtk-wrap 'wrap-paths
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- 398/474: gnu: python-async-timeout: Update to 4.0.3., (continued)
- 398/474: gnu: python-async-timeout: Update to 4.0.3., guix-commits, 2024/11/30
- 396/474: gnu: python-pytest-relaxed: Update to 2.0.2., guix-commits, 2024/11/30
- 407/474: gnu: python-uvicorn: Update to 0.32.1., guix-commits, 2024/11/30
- 405/474: gnu: python-watchgod: Fix build., guix-commits, 2024/11/30
- 411/474: gnu: python-poetry-core: Update to 1.9.1., guix-commits, 2024/11/30
- 417/474: gnu: python-aioquic: Update to 1.2.0., guix-commits, 2024/11/30
- 416/474: gnu: python-service-identity: Update to 24.2.0., guix-commits, 2024/11/30
- 420/474: gnu: python-protobuf-5: Update to 5.28.3., guix-commits, 2024/11/30
- 423/474: gnu: python-keystone-engine: Adjust inputs., guix-commits, 2024/11/30
- 432/474: gnu: python-praw: Update to 7.8.1., guix-commits, 2024/11/30
- 433/474: gnu: giara: Update to 1.1.0.,
guix-commits <=
- 444/474: gnu: python-joblib: Update to 1.4.2., guix-commits, 2024/11/30
- 434/474: gnu: cpplint: Add missing native inputs., guix-commits, 2024/11/30
- 450/474: gnu: python-cfgv: Update to 3.4.0., guix-commits, 2024/11/30
- 451/474: gnu: Add python-ukkonen., guix-commits, 2024/11/30
- 452/474: gnu: python-identify: Update to 2.5.36., guix-commits, 2024/11/30
- 457/474: gnu: python-pydevd: Move to pyproject-build-system., guix-commits, 2024/11/30
- 459/474: gnu: python-pydevd: Improve package style., guix-commits, 2024/11/30
- 458/474: gnu: python-pydevd: Update to 2.9.6., guix-commits, 2024/11/30
- 467/474: gnu: python-curtsies: Update to 0.4.2., guix-commits, 2024/11/30
- 468/474: gnu: python-greenlet: Update to 3.1.1., guix-commits, 2024/11/30