From fa07c2da18dd6eb0d8dd671c9085fd83eb1ed03e Mon Sep 17 00:00:00 2001 From: Vivien Date: Tue, 2 Nov 2021 11:33:52 +0100 Subject: Update package --- vkraus/packages/disfluid.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vkraus/packages/disfluid.scm b/vkraus/packages/disfluid.scm index a375b95..2a0d6fa 100644 --- a/vkraus/packages/disfluid.scm +++ b/vkraus/packages/disfluid.scm @@ -295,7 +295,8 @@ corresponding source, as an AGPL requirement."))) ((branch . package) `(,branch ,(file-append (disfluid-htmlize package) "/share/doc/disfluid/disfluid.html")))) branch-disfluids))))))))) +(define-public disfluid-snapshot-better-web-api (disfluid-branch-snapshot #:branch-name "better-web-api" #:version "0.6.1-1-g7026ff7" #:manual-mdate "2021-10-21T09:45:14+02:00" #:release-date "2021-11-02T11:33:03+01:00" #:commit-id "7026ff7c8595715c893bc6fd686cd09e5ee479e6" #:hash "01h8hx0wd4vfisdldm6xw8n4m9k5b28ygb5yhcqaq1d16pdaiq69")) (define-public disfluid-snapshot-debug (disfluid-branch-snapshot #:branch-name "debug" #:version "0.6.1-7-gebfbb5e" #:manual-mdate "2021-10-21T09:45:14+02:00" #:release-date "2021-10-21T13:26:43+02:00" #:commit-id "ebfbb5e281e24b198c6fbffa4cba381478d303ec" #:hash "102y0isajj142fx6al3fsqkf5k8xhj4c0jswdg818lh7dvryvxrz")) (define-public disfluid (disfluid-release #:version "0.6.1" #:manual-mdate "2021-10-21T09:45:14+02:00" #:release-date "2021-10-21T13:26:17+02:00" #:commit-id "3475446a3897bede373458574f7db60a73e3e3e9" #:hash "0sbd1c1vsq0masddfyyjy5a48p2b96hr2wvzlxnx3gn0fs23xqqb")) (define-public disfluid-snapshot-master (disfluid-branch-snapshot #:branch-name "master" #:version "0.6.1" #:manual-mdate "2021-10-21T09:45:14+02:00" #:release-date "2021-10-21T13:26:17+02:00" #:commit-id "3475446a3897bede373458574f7db60a73e3e3e9" #:hash "0sbd1c1vsq0masddfyyjy5a48p2b96hr2wvzlxnx3gn0fs23xqqb")) -(define-public disfluid:website (make-website disfluid (list (cons "debug" disfluid-snapshot-debug) (cons "master" disfluid-snapshot-master)))) +(define-public disfluid:website (make-website disfluid (list (cons "better-web-api" disfluid-snapshot-better-web-api) (cons "debug" disfluid-snapshot-debug) (cons "master" disfluid-snapshot-master)))) -- cgit v1.2.3