diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-02 00:30:54 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-22 13:05:33 -0300 |
| commit | 2754f6239ef6829389e646b601504545a13357b3 (patch) | |
| tree | 2138e50ecb38e10b755f3bb7e4fd2a029e2af18b /gnu | |
| parent | 5581893f244164d5ec60ecf237d6ca859f8c5bf5 (diff) | |
gnu: orange: Update to 3.40.0.
* gnu/packages/orange.scm (orange): Update to 3.40.0.
[source]: Use tagged version and update commit string.
Change-Id: I8ff3e500f8696e51594817cfec3def03f3970790
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/orange.scm | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm index 0d31c204e20..db7c4a8f181 100644 --- a/gnu/packages/orange.scm +++ b/gnu/packages/orange.scm @@ -156,22 +156,16 @@ GUI based workflow. It is primarily used in the Orange framework.") (define-public orange (package (name "orange") - ;; XXX: The latest commit provides comparability with GCC 14, revert to - ;; git tag in the next refresh cycle. - (properties '((commit . "44e66283aff4132614ef64a877f9ceef963588a7") - (revision . "0"))) - (version (git-version "3.39.0" - (assoc-ref properties 'revision) - (assoc-ref properties 'commit))) + (version "3.40.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/biolab/orange3") - (commit (assoc-ref properties 'commit)))) + (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0d2ws64y8chj77yw689pr98wndpiapbh0msxyjah5ki8lygflizs")))) + (base32 "1kr3lsaqac73amwq841xhvgm63c4n58b28yqcv7pcgqswsl0dr00")))) (build-system pyproject-build-system) (arguments (list |
