1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: xlispstat: Tabs to spaces.

* gnu/packages/statistics.scm (xlispstat): Replace tabs with spaces and
fix indentation.

Change-Id: I1f46fa122ea100abee163aa4e629936876f828c4
This commit is contained in:
Sharlatan Hellseher
2025-04-24 11:25:07 +01:00
parent 9fbfdff6e0
commit c06043f032

View File

@@ -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