diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-22 23:30:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:49 +0100 |
commit | 75abc3bc810197d16f11829921e72122d17cafa1 (patch) | |
tree | 1189275506c63352f4f35796dde513c58029be38 /gnu/packages/cpp.scm | |
parent | 6bd9980e620798dc3abfeb19f561594801dc6079 (diff) | |
download | guix-75abc3bc810197d16f11829921e72122d17cafa1.tar guix-75abc3bc810197d16f11829921e72122d17cafa1.tar.gz |
gnu: xtl: Update to 0.6.23.
* gnu/packages/cpp.scm (xtl): Update to 0.6.23.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 882170a8cb..00e006928e 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -376,7 +376,7 @@ intuitive syntax and trivial integration.") (define-public xtl (package (name "xtl") - (version "0.6.21") + (version "0.6.23") (source (origin (method git-fetch) (uri @@ -385,7 +385,7 @@ intuitive syntax and trivial integration.") (commit version))) (sha256 (base32 - "08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w")) + "1kd9zl4h6nrsg29hq13vwp4zhfj8sa90vj40726lpw6vxz48k4di")) (file-name (git-file-name name version)))) (native-inputs `(("googletest" ,googletest) |