aboutsummaryrefslogtreecommitdiff
path: root/src/org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-21 13:23:50 -0300
committerEuAndreh <eu@euandre.org>2023-03-21 13:37:05 -0300
commit874659bf739757cb56218de323a40e2238ebe187 (patch)
tree95a63429f189b1092fbe6e7bc73b0f553ef3dac6 /src/org
parentAdd generated Guix and Nix files as dependencies of paku.lock (diff)
downloadpackage-repository-874659bf739757cb56218de323a40e2238ebe187.tar.gz
package-repository-874659bf739757cb56218de323a40e2238ebe187.tar.xz
src/bin/paku: General cleanup and tidyness
Diffstat (limited to 'src/org')
-rw-r--r--src/org/euandre/packages.scm67
1 files changed, 36 insertions, 31 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm
index 772086b..a7b0d4e 100644
--- a/src/org/euandre/packages.scm
+++ b/src/org/euandre/packages.scm
@@ -1,7 +1,7 @@
(define-module (org euandre packages)
#:use-module (gnu packages guile)
#:use-module (gnu packages texinfo)
- #:use-module ((guix licenses) #:prefix license:)
+ #:use-module ((guix licenses) #:prefix licenses:)
#:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (guix download)
@@ -11,11 +11,12 @@
(package
(name "git-permalink-0-1-0")
(version "v0.1.0")
- (source (origin
- (method url-fetch)
- (uri "https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.1.0.tar.xz")
- (sha256
- (base32 "07waci3y0xdlbr8gl1lzdbsiz0csnrshcm6f18cdzn7y97irhb15"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.1.0.tar.xz")
+ (sha256
+ (base32 "07waci3y0xdlbr8gl1lzdbsiz0csnrshcm6f18cdzn7y97irhb15"))))
(build-system gnu-build-system)
(native-inputs
(list))
@@ -33,17 +34,18 @@
template overrides to be used on custom domains or deployments via git
config.")
(home-page "https://euandre.org/s/git-permalink/")
- (license license:agpl3+)))
+ (license licenses:agpl3+)))
(define-public git-permalink-0-2-0
(package
(name "git-permalink-0-2-0")
(version "v0.2.0")
- (source (origin
- (method url-fetch)
- (uri "https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.2.0.tar.xz")
- (sha256
- (base32 "10qiigp29jamb23mdrf1yp0gqmihlsg931ibpiqpf4pn28l5d9ly"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.2.0.tar.xz")
+ (sha256
+ (base32 "10qiigp29jamb23mdrf1yp0gqmihlsg931ibpiqpf4pn28l5d9ly"))))
(build-system gnu-build-system)
(native-inputs
(list))
@@ -61,17 +63,18 @@ config.")
template overrides to be used on custom domains or deployments via git
config.")
(home-page "https://euandre.org/s/git-permalink/")
- (license license:agpl3+)))
+ (license licenses:agpl3+)))
(define-public remembering-0-1-2
(package
(name "remembering-0-1-2")
(version "v0.1.2")
- (source (origin
- (method url-fetch)
- (uri "https://euandre.org/git/remembering/snapshot/remembering-v0.1.2.tar.xz")
- (sha256
- (base32 "1syzn41w4f754ihblwxcv3wn653lh92cgg6g06db1qrx3m2zvw5v"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://euandre.org/git/remembering/snapshot/remembering-v0.1.2.tar.xz")
+ (sha256
+ (base32 "1syzn41w4f754ihblwxcv3wn653lh92cgg6g06db1qrx3m2zvw5v"))))
(build-system gnu-build-system)
(native-inputs
(list))
@@ -88,17 +91,18 @@ config.")
"It can wrap such tools to accumulate preferences over time, and
re-arrange the input according to common picks.")
(home-page "https://euandre.org/s/remembering/")
- (license license:agpl3+)))
+ (license licenses:agpl3+)))
(define-public td-latest
(package
(name "td-latest")
(version "4a8a7a2662c94b2581f587e9a4b81feba4f5e7d8")
- (source (origin
- (method url-fetch)
- (uri "https://euandre.org/git/td/snapshot/td-4a8a7a2662c94b2581f587e9a4b81feba4f5e7d8.tar.xz")
- (sha256
- (base32 "01g1vnlz1kch8j9zzaxyixih04azdvrfabfzg7xqny32h2p62md2"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://euandre.org/git/td/snapshot/td-4a8a7a2662c94b2581f587e9a4b81feba4f5e7d8.tar.xz")
+ (sha256
+ (base32 "01g1vnlz1kch8j9zzaxyixih04azdvrfabfzg7xqny32h2p62md2"))))
(build-system gnu-build-system)
(native-inputs
(list))
@@ -117,7 +121,7 @@ re-arrange the input according to common picks.")
It is a tool for distributed, offline issue tracking, reified as a simple text
file in the repository.")
(home-page "https://euandre.org/s/td/")
- (license license:agpl3+)))
+ (license licenses:agpl3+)))
(define-public td
(package
@@ -129,11 +133,12 @@ file in the repository.")
(package
(name "guile-heredoc-latest")
(version "065435cdce609604e33b879b9be3e81ab89f3e7b")
- (source (origin
- (method url-fetch)
- (uri "https://euandre.org/git/guile-heredoc/snapshot/guile-heredoc-065435cdce609604e33b879b9be3e81ab89f3e7b.tar.xz")
- (sha256
- (base32 "1y1110bg4ki0dvn8hggxy34wg7ig4r3377nc84isnj3dydqm2vjd"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://euandre.org/git/guile-heredoc/snapshot/guile-heredoc-065435cdce609604e33b879b9be3e81ab89f3e7b.tar.xz")
+ (sha256
+ (base32 "1y1110bg4ki0dvn8hggxy34wg7ig4r3377nc84isnj3dydqm2vjd"))))
(build-system gnu-build-system)
(native-inputs
(list
@@ -151,7 +156,7 @@ file in the repository.")
(description
"Guile heredoc syntax long.")
(home-page "https://euandre.org/s/guile-heredoc/")
- (license license:agpl3+)))
+ (license licenses:agpl3+)))
(define-public guile-heredoc
(package