guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1ccd5d1c015bb518e55be07827bb9ecf79318c63
Author: Vinicius Monego <[email protected]>
AuthorDate: Thu May 8 10:41:05 2025 -0300

    gnu: homebank: Add release-monitoring-url property.
    
    * gnu/packages/finance.scm (homebank)[properties]: Add
    release-monitoring-url.
    
    Change-Id: I9d205aa829abc4b9ebc290b4eb7a1c9b6d1e4328
---
 gnu/packages/finance.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 80e3f85e03..a0f3d13d91 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -320,6 +320,8 @@ Accounting.")
 home.  The seeks to be lightweight, simple and easy to use.  It brings
 features that allow you to analyze your finances in a detailed way instantly
 and dynamically with report tools based on filtering and graphical charts.")
+    (properties
+     '((release-monitoring-url . 
"https://www.gethomebank.org/en/downloads.php";)))
     (license license:gpl2+)))
 
 (define-public ledger

Reply via email to