This commit is contained in:
Daniel Ziltener 2024-03-25 15:03:33 +01:00
parent 7a78c9fa01
commit b889077a22
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 141 additions and 98 deletions

View File

@ -250,13 +250,13 @@ language standard, and includes many enhancements and extensions.")
chicken-7off
(package
(name "chicken-7off")
(version "1.31")
(version "1.32")
(source
(origin
(method url-fetch)
(uri (egg-uri "7off" "1.31"))
(uri (egg-uri "7off" "1.32"))
(sha256
(base32 "0hsqxva92k3yasrlgl7bbq3z3d2d2nd3r3i2v6vimv7mp2chfkdr"))))
(base32 "06nzh23bpf9f011wr5sxqnq4nb1b7af6148qz52ri9hbb8r2mi4i"))))
(propagated-inputs
(specifications->packages
(list "chicken-anaphora"
@ -1238,13 +1238,13 @@ language standard, and includes many enhancements and extensions.")
chicken-message-digest-type
(package
(name "chicken-message-digest-type")
(version "4.3.5")
(version "4.3.6")
(source
(origin
(method url-fetch)
(uri (egg-uri "message-digest-type" "4.3.5"))
(uri (egg-uri "message-digest-type" "4.3.6"))
(sha256
(base32 "0njvcflhafs5pqvhnm31alp66v1szg2y08fdlwnwq2bzzpaq83id"))))
(base32 "15cp3km0lv4s28yq0ynabqmd902325692xyq2hmsv0n68j5jckdz"))))
(propagated-inputs
(specifications->packages
(list "chicken-blob-utils"
@ -1900,13 +1900,13 @@ language standard, and includes many enhancements and extensions.")
chicken-ck-macros
(package
(name "chicken-ck-macros")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (egg-uri "ck-macros" "0.3.0"))
(uri (egg-uri "ck-macros" "0.3.1"))
(sha256
(base32 "1x2d1f0fnzz5h871qgw4hkdffhd7rv7w59lq7r1y0r0jzl2rv83j"))))
(base32 "1xry5blp0vjmxidp47f9i8axji2q5f7csjkqi0n1gdwkm54755jz"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs (specifications->packages (list "chicken-test")))
(build-system chicken-build-system)
@ -3754,15 +3754,16 @@ language standard, and includes many enhancements and extensions.")
chicken-number-limits
(package
(name "chicken-number-limits")
(version "3.0.3")
(version "3.0.8")
(source
(origin
(method url-fetch)
(uri (egg-uri "number-limits" "3.0.3"))
(uri (egg-uri "number-limits" "3.0.8"))
(sha256
(base32 "02nz5sicimp6bmka9lcbafpf7v8xxp3sml47s85wccmr0rky575q"))))
(base32 "134958zarw74yrxn97sixmm987b047p7izppc0cxx9rlviq145hd"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs (specifications->packages (list "chicken-test")))
(native-inputs
(specifications->packages (list "chicken-test" "chicken-test-utils")))
(build-system chicken-build-system)
(arguments '(#:egg-name "number-limits"))
(synopsis "Limit constants for numbers")
@ -4140,15 +4141,16 @@ language standard, and includes many enhancements and extensions.")
chicken-bitwise-utils
(package
(name "chicken-bitwise-utils")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (egg-uri "bitwise-utils" "1.3.0"))
(uri (egg-uri "bitwise-utils" "1.3.1"))
(sha256
(base32 "065q6ha8wsj6qhg7zxkaj2qrj5sm3iz2v7shcp5wh7j3fqwbs5q5"))))
(base32 "1p433kx2q1zam5a2isgnxiywgkcb77bmbqlajpr7rvm5i739h8g7"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs (specifications->packages (list "chicken-test")))
(native-inputs
(specifications->packages (list "chicken-test" "chicken-test-utils")))
(build-system chicken-build-system)
(arguments '(#:egg-name "bitwise-utils"))
(synopsis "Bitwise utilities")
@ -4818,13 +4820,13 @@ language standard, and includes many enhancements and extensions.")
chicken-moremacros
(package
(name "chicken-moremacros")
(version "2.5.0")
(version "2.5.3")
(source
(origin
(method url-fetch)
(uri (egg-uri "moremacros" "2.5.0"))
(uri (egg-uri "moremacros" "2.5.3"))
(sha256
(base32 "09kc4wmhwkdhspk8g0i357qdq9mp1xcalgnqi8z9yasfy2k6gk1h"))))
(base32 "0xwrsak9r77gyq85jhqj1hwjpmv897d8mgzqhw1q7br2clry44sk"))))
(propagated-inputs
(specifications->packages
(list "chicken-srfi-69" "chicken-miscmacros" "chicken-check-errors")))
@ -5132,6 +5134,28 @@ language standard, and includes many enhancements and extensions.")
(description "fx utilities")
(license license:bsd-2)))
(define-public
chicken-math-utils
(package
(name "chicken-math-utils")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (egg-uri "math-utils" "1.0.6"))
(sha256
(base32 "1jcr67q4pq7i34lkhbqml18rkv6w61wsqclp9k1xgvg6p2b0aaxj"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs
(specifications->packages
(list "chicken-test" "chicken-test-utils" "chicken-vector-lib")))
(build-system chicken-build-system)
(arguments '(#:egg-name "math-utils"))
(synopsis "Miscellaneous math utilities")
(home-page "https://wiki.call-cc.org/eggref/5/math-utils")
(description "Miscellaneous math utilities")
(license license:public-domain)))
(define-public
chicken-list-utils
(package
@ -6155,13 +6179,13 @@ language standard, and includes many enhancements and extensions.")
chicken-matchable
(package
(name "chicken-matchable")
(version "1.1")
(version "1.2")
(source
(origin
(method url-fetch)
(uri (egg-uri "matchable" "1.1"))
(uri (egg-uri "matchable" "1.2"))
(sha256
(base32 "0bizkac4a926lbk0v2m05ysq359mzhfsqh973m72jc4gcj4azr5p"))))
(base32 "1c7c61wivhn8qrj5rfivr2f0ffjgl4ccd6chk9p705rynjiv7pw0"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs (specifications->packages (list "chicken-test")))
(build-system chicken-build-system)
@ -6341,13 +6365,13 @@ language standard, and includes many enhancements and extensions.")
chicken-semantic-version
(package
(name "chicken-semantic-version")
(version "0.0.13")
(version "0.0.16")
(source
(origin
(method url-fetch)
(uri (egg-uri "semantic-version" "0.0.13"))
(uri (egg-uri "semantic-version" "0.0.16"))
(sha256
(base32 "02y7d0lpkrn77ypk2dx8nm70lpbszz5w2cy177s4gvy88dx5qgmq"))))
(base32 "10wczj83664q09zxgcnf1zr96xds6dmfvn0gvw8cq4i269ppcv0j"))))
(propagated-inputs
(specifications->packages
(list "chicken-utf8"
@ -6356,7 +6380,8 @@ language standard, and includes many enhancements and extensions.")
"chicken-srfi-69"
"chicken-srfi-128"
"chicken-record-variants")))
(native-inputs (specifications->packages (list "chicken-test")))
(native-inputs
(specifications->packages (list "chicken-test" "chicken-test-utils")))
(build-system chicken-build-system)
(arguments '(#:egg-name "semantic-version"))
(synopsis "Semantic Version Utilities")
@ -6475,13 +6500,13 @@ language standard, and includes many enhancements and extensions.")
chicken-getopt-utils
(package
(name "chicken-getopt-utils")
(version "1.1.1")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (egg-uri "getopt-utils" "1.1.1"))
(uri (egg-uri "getopt-utils" "1.2.0"))
(sha256
(base32 "0i17fj29zbbm05x68h7fy524ypk8vbr62gq6jkrwf18371l0l767"))))
(base32 "1992zcps7gghhc9l7sfkglmf2rqgwvw6jz39k7q9mbs690chq1l1"))))
(propagated-inputs
(specifications->packages
(list "chicken-utf8" "chicken-srfi-1" "chicken-getopt-long")))
@ -6538,19 +6563,16 @@ language standard, and includes many enhancements and extensions.")
chicken-F-operator
(package
(name "chicken-F-operator")
(version "4.1.3")
(version "4.1.4")
(source
(origin
(method url-fetch)
(uri (egg-uri "F-operator" "4.1.3"))
(uri (egg-uri "F-operator" "4.1.4"))
(sha256
(base32 "1zhfvcv8628s9sria1i63sdp88h5gpm96iv023qvm07g9z9qv5dv"))))
(base32 "0i7yfc8pxszvsgls871s2bwy11yxyxr4sqbl8gc21g29xm7vjivq"))))
(propagated-inputs
(specifications->packages
(list "chicken-utf8"
"chicken-miscmacros"
"chicken-datatype"
"chicken-box")))
(list "chicken-miscmacros" "chicken-datatype" "chicken-box")))
(native-inputs
(specifications->packages
(list "chicken-test"
@ -6930,13 +6952,13 @@ language standard, and includes many enhancements and extensions.")
chicken-string-utils
(package
(name "chicken-string-utils")
(version "2.7.3")
(version "2.7.4")
(source
(origin
(method url-fetch)
(uri (egg-uri "string-utils" "2.7.3"))
(uri (egg-uri "string-utils" "2.7.4"))
(sha256
(base32 "0f9m63flywcx7b6rhb7d562v26xilnxl0zcd8c6c4rfjsr0bdgjr"))))
(base32 "1ilzdvbmmm7jnq4m3nrbxhj9x2b4d772748m9fjxzl9bqqik1a54"))))
(propagated-inputs
(specifications->packages
(list "chicken-utf8"
@ -7713,6 +7735,26 @@ language standard, and includes many enhancements and extensions.")
(description "Scan lines until a regex or predicate matches")
(license license:bsd-2)))
(define-public
chicken-simple-binds
(package
(name "chicken-simple-binds")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (egg-uri "simple-binds" "1.1"))
(sha256
(base32 "0b5frz0zq5b87l4l5hhca318m0mjllw9zjacbyw0l2w39l48f77z"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs (specifications->packages (list "chicken-simple-tests")))
(build-system chicken-build-system)
(arguments '(#:egg-name "simple-binds"))
(synopsis "Some simple destructuring bind macros")
(home-page "https://wiki.call-cc.org/eggref/5/simple-binds")
(description "Some simple destructuring bind macros")
(license license:bsd-2)))
(define-public
chicken-blosc
(package
@ -7989,13 +8031,13 @@ language standard, and includes many enhancements and extensions.")
chicken-srfi-29
(package
(name "chicken-srfi-29")
(version "3.0.8")
(version "3.0.11")
(source
(origin
(method url-fetch)
(uri (egg-uri "srfi-29" "3.0.8"))
(uri (egg-uri "srfi-29" "3.0.11"))
(sha256
(base32 "1pz31xrfja4y43ci5n8gplhdnasbyxx0kwlmcjzycs1js4b66ld1"))))
(base32 "1jyjwkz6jz9da3n32cgja2dvwrsl9lckknxjb1ial0359ibqnc3h"))))
(propagated-inputs
(specifications->packages
(list "chicken-srfi-1"
@ -8060,13 +8102,13 @@ language standard, and includes many enhancements and extensions.")
chicken-pstk
(package
(name "chicken-pstk")
(version "1.4.0")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (egg-uri "pstk" "1.4.0"))
(uri (egg-uri "pstk" "1.4.1"))
(sha256
(base32 "11z0ssdrpyal1px6x5qwxyabxs4y2q7glbz7mnwq0i01imwv1c2v"))))
(base32 "075w2kaljy08cx8z78pi3741is1fi63bfsfdy229gkfrbkzl8vpz"))))
(propagated-inputs
(specifications->packages (list "chicken-srfi-1" "chicken-srfi-13")))
(native-inputs (specifications->packages (list)))
@ -8586,13 +8628,13 @@ language standard, and includes many enhancements and extensions.")
chicken-ipfs
(package
(name "chicken-ipfs")
(version "0.0.13")
(version "0.0.14")
(source
(origin
(method url-fetch)
(uri (egg-uri "ipfs" "0.0.13"))
(uri (egg-uri "ipfs" "0.0.14"))
(sha256
(base32 "1mw6z3piddy9xz494kv0243jhhirlb1dp15dph2p1ks4bhipbr4m"))))
(base32 "108fmxv5cwwvv70bjh6cwc6l4djxb1mnb7wn2jp3ad5s58hhw1pb"))))
(propagated-inputs
(specifications->packages
(list "chicken-http-client"
@ -9052,13 +9094,13 @@ language standard, and includes many enhancements and extensions.")
chicken-srfi-19
(package
(name "chicken-srfi-19")
(version "4.9.5")
(version "4.9.6")
(source
(origin
(method url-fetch)
(uri (egg-uri "srfi-19" "4.9.5"))
(uri (egg-uri "srfi-19" "4.9.6"))
(sha256
(base32 "1m2pyp5mv09inli9jq7fm9q55nhg2xwp50f7s6cgndpp2w2kb38v"))))
(base32 "0vqwg2sknm7fm677npbjdvhcfa2s6l41sgvhkk11m10b8jgnr1b3"))))
(propagated-inputs
(specifications->packages
(list "chicken-srfi-1"
@ -9243,27 +9285,30 @@ language standard, and includes many enhancements and extensions.")
chicken-generalized-arrays
(package
(name "chicken-generalized-arrays")
(version "0.0.7")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (egg-uri "generalized-arrays" "0.0.7"))
(uri (egg-uri "generalized-arrays" "2.0.0"))
(sha256
(base32 "0d9n1njd1mrcpqz8xim0m5x0yz94b8xyvwzyvsfq4l7q3km44v3k"))))
(base32 "1ypga6lanhqsm8lpgk6s1nj4q024xb9kl9ar58cwj53h1irn7942"))))
(propagated-inputs
(specifications->packages
(list "chicken-check-errors"
"chicken-matchable"
(list "chicken-r7rs"
"chicken-srfi-48"
"chicken-srfi-128"
"chicken-srfi-133"
"chicken-typed-records")))
"chicken-srfi-160"
"chicken-check-errors"
"chicken-transducers")))
(native-inputs (specifications->packages (list "chicken-test")))
(build-system chicken-build-system)
(arguments '(#:egg-name "generalized-arrays"))
(synopsis
"An implementation providing generalized arrays and storage classes for CHICKEN Scheme.")
"Provides generalized arrays, intervals, and storage classes for CHICKEN Scheme.")
(home-page "https://wiki.call-cc.org/eggref/5/generalized-arrays")
(description
"An implementation providing generalized arrays and storage classes for CHICKEN Scheme.")
"Provides generalized arrays, intervals, and storage classes for CHICKEN Scheme.")
(license license:bsd-3)))
(define-public
@ -9658,24 +9703,21 @@ language standard, and includes many enhancements and extensions.")
chicken-mathh
(package
(name "chicken-mathh")
(version "4.6.4")
(version "4.7.0")
(source
(origin
(method url-fetch)
(uri (egg-uri "mathh" "4.6.4"))
(uri (egg-uri "mathh" "4.7.0"))
(sha256
(base32 "1zdm58a950vslyjkw4w04c70vhjwf5bdxw79mp3cq65ik474gi8d"))))
(base32 "1mf9aqjwp068a93fmkm29f5mawc15nizm8wwvfra1af7y4f434al"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs
(specifications->packages
(list "chicken-test" "chicken-test-utils" "chicken-vector-lib")))
(specifications->packages (list "chicken-test" "chicken-test-utils")))
(build-system chicken-build-system)
(arguments '(#:egg-name "mathh"))
(synopsis
"ISO C math functions, miscellaneous math utilities, and constants")
(synopsis "ISO C math functions and constants")
(home-page "https://wiki.call-cc.org/eggref/5/mathh")
(description
"ISO C math functions, miscellaneous math utilities, and constants")
(description "ISO C math functions and constants")
(license license:public-domain)))
(define-public
@ -10039,13 +10081,13 @@ language standard, and includes many enhancements and extensions.")
chicken-mosquitto
(package
(name "chicken-mosquitto")
(version "0.1.3")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (egg-uri "mosquitto" "0.1.3"))
(uri (egg-uri "mosquitto" "0.1.4"))
(sha256
(base32 "0v03hljm71hl6xr1pffzcpk2izil9w2sp9k68a7iirvpcvqg9iph"))))
(base32 "1pdhks3wii43l5wbmqich93zk6vy0b62h8qhv1k2wd8llv33gx6r"))))
(propagated-inputs (specifications->packages (list "chicken-srfi-1")))
(native-inputs (specifications->packages (list "chicken-test")))
(build-system chicken-build-system)
@ -10817,13 +10859,13 @@ language standard, and includes many enhancements and extensions.")
chicken-apropos
(package
(name "chicken-apropos")
(version "3.8.3")
(version "3.9.1")
(source
(origin
(method url-fetch)
(uri (egg-uri "apropos" "3.8.3"))
(uri (egg-uri "apropos" "3.9.1"))
(sha256
(base32 "01zdifhqc0jfm810106sh87w0fmpchf4dph0k8v1lyjzbj1ivmi4"))))
(base32 "1ph7d53mz0fd76lyqikzqh06r02f5q6vxmj2s902pf2i9yrjsa0p"))))
(propagated-inputs
(specifications->packages
(list "chicken-srfi-1"
@ -11282,15 +11324,14 @@ language standard, and includes many enhancements and extensions.")
chicken-arcadedb
(package
(name "chicken-arcadedb")
(version "0.7")
(version "0.8")
(source
(origin
(method url-fetch)
(uri (egg-uri "arcadedb" "0.7"))
(uri (egg-uri "arcadedb" "0.8"))
(sha256
(base32 "1w2iqylz0wfn7is8vss5dkwmi3pxhbh2h7ywzg39x45z2c91sd28"))))
(propagated-inputs
(specifications->packages (list "chicken-uri-common" "chicken-medea")))
(base32 "1lhagnaxwvzax82k7qg8v5w7wj9mqi4y686j52fqiqnry99h73k0"))))
(propagated-inputs (specifications->packages (list "chicken-medea")))
(native-inputs (specifications->packages (list)))
(build-system chicken-build-system)
(arguments '(#:egg-name "arcadedb"))
@ -11365,13 +11406,13 @@ language standard, and includes many enhancements and extensions.")
chicken-scheme-indent
(package
(name "chicken-scheme-indent")
(version "0.5")
(version "0.6")
(source
(origin
(method url-fetch)
(uri (egg-uri "scheme-indent" "0.5"))
(uri (egg-uri "scheme-indent" "0.6"))
(sha256
(base32 "0brwmphr724shd32dcixsn9wz9zqrhg27g7rjbiz96885maj6nwf"))))
(base32 "1jjgi0wwfk3bx8ayc09y09pxg9awdx5hm397gqhg6gvjbn3sm3in"))))
(propagated-inputs (specifications->packages (list "chicken-srfi-1")))
(native-inputs (specifications->packages (list)))
(build-system chicken-build-system)
@ -11472,13 +11513,13 @@ language standard, and includes many enhancements and extensions.")
chicken-amb
(package
(name "chicken-amb")
(version "3.0.9")
(version "3.0.10")
(source
(origin
(method url-fetch)
(uri (egg-uri "amb" "3.0.9"))
(uri (egg-uri "amb" "3.0.10"))
(sha256
(base32 "0ggwmsd4igg099ikn5qja5nkqmrnsw0byyk3q9y04ygvzalqyb36"))))
(base32 "0n2wbxb23fai27hgk86jf9lnnrg0dvh989ysjkscdf9my96j448s"))))
(propagated-inputs (specifications->packages (list "chicken-srfi-1")))
(native-inputs
(specifications->packages (list "chicken-test" "chicken-test-utils")))
@ -11606,23 +11647,24 @@ language standard, and includes many enhancements and extensions.")
chicken-directory-utils
(package
(name "chicken-directory-utils")
(version "2.2.6")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (egg-uri "directory-utils" "2.2.6"))
(uri (egg-uri "directory-utils" "2.3.0"))
(sha256
(base32 "0jaj7pi27d65wz1zpfxiphkdnk4an5yahhhxs28svsqprq0v0ay1"))))
(base32 "0xiga98dddi5vg5h1m2vws5prk4ri96rx6l359lji62aq51h526i"))))
(propagated-inputs
(specifications->packages
(list "chicken-srfi-1"
"chicken-srfi-13"
"chicken-utf8"
"chicken-miscmacros"
"chicken-moremacros"
"chicken-list-utils"
"chicken-stack"
"chicken-list-utils"
"chicken-check-errors")))
(native-inputs (specifications->packages (list "chicken-test")))
(native-inputs
(specifications->packages (list "chicken-test" "chicken-test-utils")))
(build-system chicken-build-system)
(arguments '(#:egg-name "directory-utils"))
(synopsis "directory-utils")
@ -12076,13 +12118,13 @@ language standard, and includes many enhancements and extensions.")
chicken-levenshtein
(package
(name "chicken-levenshtein")
(version "2.4.0")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (egg-uri "levenshtein" "2.4.0"))
(uri (egg-uri "levenshtein" "2.4.1"))
(sha256
(base32 "07jwz006c6yhibg7d9nb35rif04810820pss5mg7c7mbn2nzmq1q"))))
(base32 "1q09kml6igd010j630m52rg7vayfsab176k3vjcsjn7ccf3i7a31"))))
(propagated-inputs
(specifications->packages
(list "chicken-srfi-1"
@ -13084,13 +13126,13 @@ language standard, and includes many enhancements and extensions.")
chicken-check-errors
(package
(name "chicken-check-errors")
(version "3.8.0")
(version "3.8.2")
(source
(origin
(method url-fetch)
(uri (egg-uri "check-errors" "3.8.0"))
(uri (egg-uri "check-errors" "3.8.2"))
(sha256
(base32 "09ffyffrv3gamjsjgbisn3yxb40wbqy5pfrs6dxw20n1ffimgfw5"))))
(base32 "1xgchkpcmk7cwvbr87xmmwnw7z9ah8r8p6hv7kdkpjy66bas0yhj"))))
(propagated-inputs (specifications->packages (list)))
(native-inputs
(specifications->packages (list "chicken-test" "chicken-test-utils")))

View File

@ -19,6 +19,7 @@
(|BSD 1-clause| . license:bsd-1)
(BSD-2-Clause . license:bsd-2)
(BSD3 . license:bsd-3)
(BSD-3 . license:bsd-3)
(|BSD 3-clause| . license:bsd-3)
(bsd . license:bsd-3)
(GPL . license:gpl3)