From 8e409819380e1484c92cfc11673f97b06fad86d7 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Wed, 24 Jun 2026 21:47:54 +0200 Subject: [PATCH] =?UTF-8?q?guile-hoot:=200.8.0=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/gu/guile-hoot/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gu/guile-hoot/package.nix b/pkgs/by-name/gu/guile-hoot/package.nix index 6849a75af93a..3e08c19f5284 100644 --- a/pkgs/by-name/gu/guile-hoot/package.nix +++ b/pkgs/by-name/gu/guile-hoot/package.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "guile-hoot"; - version = "0.8.0"; + version = "0.9.0"; src = fetchFromCodeberg { owner = "spritely"; repo = "hoot"; tag = "v${finalAttrs.version}"; - hash = "sha256-b372dMUsDTa+hYrOwvj+/YcwVP52BCJxwSGRaqSSWZs="; + hash = "sha256-ZzWGdLKiJF9lBKrlX7jCKnPlmWRi1dDB4zrfkIOMpQU="; }; nativeBuildInputs = [ @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { libs = [ "$out" ] ++ finalAttrs.propagatedBuildInputs; in '' - cp ./repl/repl.js $out/share/guile-hoot/0.8.0/repl/repl.js + cp ./repl/repl.js $out/share/guile-hoot/${finalAttrs.version}/repl/repl.js wrapProgram $out/bin/hoot \ --prefix GUILE_LOAD_PATH : ${lib.makeSearchPath guile.siteDir libs} \ --prefix GUILE_LOAD_COMPILED_PATH : ${lib.makeSearchPath guile.siteCcacheDir libs}