guile-hoot: 0.6.1 -> 0.7.0 (#454634)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-27 04:18:02 +00:00
committed by GitHub
+2 -2
View File
@@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guile-hoot";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "spritely";
repo = "hoot";
tag = "v${finalAttrs.version}";
hash = "sha256-Y3UWKSjJQnYh+06p+Oi0Fa0ul2T8QWemgNm9A0su5WQ=";
hash = "sha256-mthEqyVsBrFhwz29VwatbFp4QgGmZ9sDoyTpRIEsOmI=";
};
nativeBuildInputs = [