summaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-06-25 18:09:43 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-26 09:37:05 +0200
commit9e7e75f6edcc582d608a0cff152c85e07a2d05d0 (patch)
tree9d3d4ee986007fb5ed66bd74345c800660aa3f22 /gnu/packages/code.scm
parent2e42634bfda60808801383cd5ae023307744822a (diff)
gnu: sourcetrail: Update to 2.1.0.
* gnu/packages/code.scm (sourcetrail): Update to 2.1.0. [inputs]: Remove spdlog-1.13; add spdlog.
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r--gnu/packages/code.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 6c210271fa7..62b2ff01895 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -960,7 +960,7 @@ extensions over the standard utility.")
960(define-public sourcetrail 960(define-public sourcetrail
961 (package 961 (package
962 (name "sourcetrail") 962 (name "sourcetrail")
963 (version "2.0.0") 963 (version "2.1.0")
964 (source 964 (source
965 (origin 965 (origin
966 (method git-fetch) 966 (method git-fetch)
@@ -971,7 +971,7 @@ extensions over the standard utility.")
971 (patches (search-patches "sourcetrail-fix-cmakelists-and-paths.patch")) 971 (patches (search-patches "sourcetrail-fix-cmakelists-and-paths.patch"))
972 (file-name (git-file-name name version)) 972 (file-name (git-file-name name version))
973 (sha256 973 (sha256
974 "06rp9ba9lkzwm8m7agzajg550h632kqb57bs9srvbgv411bkvgdd") 974 "0ya737byp1204sc5l11zi7fn7fgvqmcwyq84lbdxhyjvyfhb8598")
975 (modules '((guix build utils))) 975 (modules '((guix build utils)))
976 (snippet #~(begin 976 (snippet #~(begin
977 (for-each delete-file-recursively 977 (for-each delete-file-recursively
@@ -1034,7 +1034,7 @@ extensions over the standard utility.")
1034 qtsvg 1034 qtsvg
1035 qtwayland 1035 qtwayland
1036 range-v3 1036 range-v3
1037 spdlog-1.13 1037 spdlog
1038 sqlite 1038 sqlite
1039 tinyxml)) 1039 tinyxml))
1040 (native-inputs (list googletest)) 1040 (native-inputs (list googletest))