summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-04-24 11:25:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-04-24 12:41:43 +0100
commitc06043f03297fb42ae45dca2010b06801625109d (patch)
treedb2a09ee3b82eef3936b5cc24a90ada45f29536b /gnu
parent9fbfdff6e00a1fe347e79d78e02e1271eb2af971 (diff)
gnu: xlispstat: Tabs to spaces.
* gnu/packages/statistics.scm (xlispstat): Replace tabs with spaces and fix indentation. Change-Id: I1f46fa122ea100abee163aa4e629936876f828c4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 44c7220b3ea..787634c8243 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3091,14 +3091,14 @@ files into/from Pandas DataFrames. It is a wrapper around the C library
3091 (name "xlispstat") 3091 (name "xlispstat")
3092 (version (git-version "3.52.23" revision commit)) 3092 (version (git-version "3.52.23" revision commit))
3093 (source (origin 3093 (source (origin
3094 (method git-fetch) 3094 (method git-fetch)
3095 (uri (git-reference 3095 (uri (git-reference
3096 (url "https://github.com/jhbadger/xlispstat.git") 3096 (url "https://github.com/jhbadger/xlispstat.git")
3097 (commit commit))) 3097 (commit commit)))
3098 (file-name (git-file-name name version)) 3098 (file-name (git-file-name name version))
3099 (sha256 3099 (sha256
3100 (base32 3100 (base32
3101 "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf")))) 3101 "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf"))))
3102 (build-system gnu-build-system) 3102 (build-system gnu-build-system)
3103 (arguments 3103 (arguments
3104 `(#:parallel-build? #f ; Parallel builds are not supported 3104 `(#:parallel-build? #f ; Parallel builds are not supported