[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH v6 03/16] gnu: portfolio: Update to 1.0.1.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH v6 03/16] gnu: portfolio: Update to 1.0.1. |
Date: |
Sun, 24 Nov 2024 21:16:21 +0100 |
* gnu/packages/gnome-xyz.scm (portfolio): Update to 1.0.1.
[properties]: Add lint-hidden-cpe-vendors property.
---
gnu/packages/gnome-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a09c0befb0..74c2600b60 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -485,7 +485,7 @@ (define-public gnome-plots
(define-public portfolio
(package
(name "portfolio")
- (version "1.0.0")
+ (version "1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -494,7 +494,7 @@ (define-public portfolio
(file-name (git-file-name name version))
(sha256
(base32
- "1ai9mx801m5lngkljg42vrpvhbvc3071sp4jypsvbzw55hxnn5ba"))))
+ "1s06kd2dhsb143piw89yzwfck7qwzlh4nlgjj2bxpsa3g68c1g11"))))
(arguments
(list #:glib-or-gtk? #t
#:imported-modules `(,@%meson-build-system-modules
@@ -537,6 +537,7 @@ (define-public portfolio
"Portfolio is a minimalist file manager for those who want to use Linux
mobile devices. Tap to activate and long press to select, to browse, open,
copy, move, delete, or edit your files.")
+ (properties `((lint-hidden-cpe-vendors . ("radiustheme"))))
(license license:gpl3+)))
(define-public gnome-shell-extension-unite-shell
--
2.46.0
- [bug#74034] [PATCH v6 01/16] cve: Add cpe-vendor and lint-hidden-cpe-vendors properties., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 06/16] gnu: express: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 03/16] gnu: portfolio: Update to 1.0.1.,
Nicolas Graves <=
- [bug#74034] [PATCH v6 05/16] gnu: spectra: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 02/16] gnu: halibut: Add cpe-vendor property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 04/16] gnu: folders: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 07/16] gnu: cli: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 09/16] gnu: xenon: Update to 0.9.3., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 08/16] gnu: h2c: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 11/16] gnu: bwm-ng: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 12/16] gnu: onedrive: Update to 2.5.2., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 13/16] gnu: got: Update to 0.104., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 10/16] gnu: bolt: Update to 0.9.8., Nicolas Graves, 2024/11/24