[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH v6 13/16] gnu: got: Update to 0.104.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH v6 13/16] gnu: got: Update to 0.104. |
Date: |
Sun, 24 Nov 2024 21:16:31 +0100 |
* gnu/packages/version-control.scm (got): Update to 0.104.
[properties]: Add release-monitoring-url and lint-hidden-cpe-vendors
properties.
---
gnu/packages/version-control.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c892a83a98..27c14422d1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -975,7 +975,7 @@ (define-public git-tools
(define-public got
(package
(name "got")
- (version "0.103")
+ (version "0.104")
(source (origin
(method url-fetch)
(uri
@@ -984,7 +984,7 @@ (define-public got
version ".tar.gz"))
(sha256
(base32
- "0y18961xrj4rja850i31gadiaps2qnkfb4jlramlz9akyf9mwh1j"))))
+ "1jf8d7bd6jb09ci66n3rjfv94kvzgnqbw1js74hpajdw41wphbdk"))))
(inputs
(list libevent
`(,util-linux "lib")
@@ -1020,7 +1020,11 @@ (define-public got
"Game of Trees (Got) is a version control system which prioritizes ease
of use
and simplicity over flexibility.")
(license license:isc)
- (home-page "https://gameoftrees.org/")))
+ (home-page "https://gameoftrees.org/")
+ (properties
+ ;; Can lint for updates, but not update in place.
+ '((release-monitoring-url . "https://gameoftrees.org/releases/")
+ (lint-hidden-cpe-vendors . ("got_project"))))))
(define-public xdiff
(let ((revision "0")
--
2.46.0
- [bug#74034] [PATCH v6 06/16] gnu: express: Add lint-hidden-cpe-vendors property., (continued)
- [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, 2024/11/24
- [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 <=
- [bug#74034] [PATCH v6 10/16] gnu: bolt: Update to 0.9.8., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 14/16] gnu: dex: Update to 0.10.1., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 15/16] gnu: immer: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 16/16] gnu: cvs: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 01/16] cve: Add cpe-vendor and lint-hidden-cpe-vendors properties., Ludovic Courtès, 2024/11/29