sharlatan pushed a commit to branch master
in repository guix.
commit c06043f03297fb42ae45dca2010b06801625109d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Apr 24 11:25:07 2025 +0100
gnu: xlispstat: Tabs to spaces.
* gnu/packages/statistics.scm (xlispstat): Replace tabs with spaces and
fix indentation.
Change-Id: I1f46fa122ea100abee163aa4e629936876f828c4
---
gnu/packages/statistics.scm | 14 +++++++-------
1 file 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