Port to Chicken 6

This commit is contained in:
Daniel Ziltener 2024-09-30 13:03:22 +02:00
parent 9728c158bb
commit ec4ba58b86
Signed by: zilti
GPG key ID: B38976E82C9DAE42
4 changed files with 8 additions and 4 deletions

View file

@ -27,8 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
srcs = [
(fetchgit {
url = "git://code.call-cc.org/chicken-core";
rev = "8b7b3124c47e018388f9f6b80bdb89813248ac76";
sha256 = "sha256-BdZhxW6cgN5Lr1YFVZ+iejKMEvGYJ8sQlc+4DnO+Djw=";
rev = "00d3bf1326bbd0f828a1aac9fb98d28b990bcea3";
sha256 = "sha256-ykVKYY8RrpVzWYvC3MF1usowxNToPzfrlKX2/kus620=";
})
(fetchurl {
url = "https://code.call-cc.org/dev-snapshots/2024/07/01/chicken-6.0.0-bootstrap.tar.gz";

View file

@ -4,7 +4,7 @@ with import <nixpkgs> {
tcc-mob = final.callPackage ./nix/tinycc.nix { stdenv = final.gcc13Stdenv; };
chicken = final.callPackage ./nix/chicken.nix {
stdenv = final.gcc13Stdenv;
version = "6.0.0-8b7b312";
version = "6.0.0-00d3bf13";
};
})
];

View file

@ -3,7 +3,7 @@
(synopsis "A Chicken binding to read TOML configuration files")
(category parsing)
(license "MIT")
(version "0.8")
(version "0.9")
(dependencies rfc3339 prometheus)
(test-dependencies test)

4
toml.release-info.6 Normal file
View file

@ -0,0 +1,4 @@
;; -*- Scheme -*-
(repo git "https://forgejo.lyrion.ch/Chicken/toml.git")
(uri targz "https://forgejo.lyrion.ch/Chicken/toml/archive/{egg-release}.tar.gz")
(release "0.9")