aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-03 20:35:04 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:27:51 +0000
commite25dcf3bad54cfdd69c64ac768c861a939c1e322 (patch)
tree84ff6ddad9035f81529fd020524ec095064f4b92
parent27349661bb3c3d185a3231ccec1b1edd6b3fd6ea (diff)
downloadguix-e25dcf3bad54cfdd69c64ac768c861a939c1e322.tar.gz
guix-e25dcf3bad54cfdd69c64ac768c861a939c1e322.zip
gnu: xtl: Update to 0.7.7.
* gnu/packages/cpp.scm (xtl): Update to 0.7.7. Change-Id: Ifeaf490093ea6af0f7341a3fd3f73acf8cf5e06f
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bb48d139c2..7f7c24dcde 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1060,7 +1060,7 @@ for C++17.")
(define-public xtl
(package
(name "xtl")
- (version "0.7.5")
+ (version "0.7.7")
(source
(origin
(method git-fetch)
@@ -1068,7 +1068,7 @@ for C++17.")
(url "https://github.com/xtensor-stack/xtl")
(commit version)))
(sha256
- (base32 "1llfy6pkzqx2va74h9xafjylyvw6839a843mqc05n6x6wll5bkam"))
+ (base32 "1b42mjxchinsf2ylbvhyypfysg5sfphxqby53vlg82wvr23rijkz"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments