Skip to content

Commit 532256e

Browse files
committed
chez: 10.1.0 -> 10.2.0
1 parent 995a647 commit 532256e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ch/chez/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ let
2222
in
2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "chez-scheme";
25-
version = "10.1.0";
25+
version = "10.2.0";
2626

2727
src = fetchurl {
2828
url = "https://github.com/cisco/ChezScheme/releases/download/v${finalAttrs.version}/csv${finalAttrs.version}.tar.gz";
29-
hash = "sha256-kYGmyMSrXl0y2Hn/FZ0zWlDU+LOIYRriKiY+kyw1OYs=";
29+
hash = "sha256-t5WRbUz+1ZJAxfRLG1B6hlfv0o5i5y4TTQNIbp8+N0o=";
3030
};
3131

3232
nativeBuildInputs =

0 commit comments

Comments
 (0)