aboutsummaryrefslogtreecommitdiff
path: root/etc/release-manifest.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-28 00:44:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-01 14:35:13 +0100
commit59970a9c57bc39044f9ec3841cc53e7d40be515e (patch)
treee03c874aa45c0c565311fe4aac5c92d7291cbe83 /etc/release-manifest.scm
parent6d564299c6f01a98f41ed5ecfde895f412dde3fa (diff)
downloadguix-59970a9c57bc39044f9ec3841cc53e7d40be515e.tar.gz
guix-59970a9c57bc39044f9ec3841cc53e7d40be515e.zip
gnu: r-datawizard: Update to 0.9.1.
* gnu/packages/cran.scm (r-datawizard): Update to 0.9.1. Change-Id: I91de1685b889eb516204499c6e21c0fb1475ea13
Diffstat (limited to 'etc/release-manifest.scm')
0 files changed, 0 insertions, 0 deletions
g-append (assoc-ref %outputs "out") "/bin"))) (copy-file sforth.dmp "sforth.dmp") (substitute* "sforth.dmp" (("#.*$") "\n")) (with-output-to-file "sforth" (lambda _ (invoke xxd "-p" "-r" "sforth.dmp") (call-with-input-file system.fs (lambda (port) (display (get-string-all port))))) #:binary #t) (chmod "sforth" #o755) (install-file "sforth" bin))))) (home-page "https://dacvs.neocities.org/SF/") (synopsis "Forth programming language for x86-64 desktop computers") (description "SmithForth is an implementation of the Forth programming language for x86-64 desktop computers. SmithForth is a text interpreter that runs in a Linux text console.") (supported-systems '("x86_64-linux")) (license license:expat-0)))