GNU bug report logs - #77810
[PATCH 1/4] gnu: opencascade-occt: Fix new version detection

Previous Next

Package: guix-patches;

Reported by: nomike <nomike <at> nomike.com>

Date: Tue, 15 Apr 2025 01:17:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: nomike <nomike <at> nomike.com>
To: 77810 <at> debbugs.gnu.org
Cc: nomike <nomike <at> nomike.com>
Subject: [bug#77810] [PATCH 1/4] gnu: opencascade-occt: Fix new version detection
Date: Tue, 15 Apr 2025 03:15:06 +0200
Change-Id: I079accd7da6d5e1ae7438bb0fd8428e9d8733b16
---
 gnu/packages/maths.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 11a86216aa..8a1b963807 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3328,6 +3328,10 @@ (define-public opencascade-occt
   (package
     (name "opencascade-occt")
     (version "7.6.2")
+    (properties
+      '((release-tag-prefix . "^V")
+        (release-tag-suffix . "")
+        (release-tag-version-delimiter . "_")))
     (source
       (origin
         (method git-fetch)
-- 
2.49.0





This bug report was last modified 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.