aboutsummaryrefslogtreecommitdiff
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
parent9fbfdff6e00a1fe347e79d78e02e1271eb2af971 (diff)
downloadguix-c06043f03297fb42ae45dca2010b06801625109d.tar.gz
guix-c06043f03297fb42ae45dca2010b06801625109d.zip
gnu: xlispstat: Tabs to spaces.
* gnu/packages/statistics.scm (xlispstat): Replace tabs with spaces and fix indentation. Change-Id: I1f46fa122ea100abee163aa4e629936876f828c4
-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 44c7220b3e..787634c824 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
(name "xlispstat")
(version (git-version "3.52.23" revision commit))
(source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jhbadger/xlispstat.git")
- (commit commit)))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jhbadger/xlispstat.git")
+ (commit commit)))
(file-name (git-file-name name version))
- (sha256
- (base32
- "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf"))))
+ (sha256
+ (base32
+ "1p0cmgy19kbkxia139cb5w9dnkp2cdqp5n3baag6cq3prn3n71mf"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f ; Parallel builds are not supported