summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/gambit
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2023-08-07 20:21:14 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2023-08-07 20:57:53 -0400
commit73ad532762b2cc78acbbbcbf710168a409fda22f (patch)
tree702e1e97b0b415027141511fe5d47edb7dc5405c /pkgs/development/compilers/gambit
parente15380be99e317ed513db3b2a81f715d544d4eb8 (diff)
gambit-unstable: 2023-07-30 -> 2023-08-06
Diffstat (limited to 'pkgs/development/compilers/gambit')
-rw-r--r--pkgs/development/compilers/gambit/unstable.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix
index 26761d67d35d..092cbdb72483 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,15 +1,15 @@
{ callPackage, fetchFromGitHub, gambit-support }:
callPackage ./build.nix {
- version = "unstable-2023-07-30";
- git-version = "4.9.5-3-ge059fffd";
- stampYmd = 20230730;
- stampHms = 151945;
+ version = "unstable-2023-08-06";
+ git-version = "4.9.5-5-gf1fbe9aa";
+ stampYmd = 20230806;
+ stampHms = 195822;
src = fetchFromGitHub {
owner = "gambit";
repo = "gambit";
- rev = "e059fffdfbd91e27c350ff2ebd671adefadd5212";
- sha256 = "0q7hdfchl6lw53xawmmjvhyjdmqxjdsnzjqv9vpkl2qa4vyir5fs";
+ rev = "f1fbe9aa0f461e89f2a91bc050c1373ee6d66482";
+ sha256 = "0b0gd6cwj8zxwcqglpsnmanysiq4mvma2mrgdfr6qy99avhbhzxm";
};
gambit-params = gambit-support.unstable-params;
}