guile-gcrypt: 0.4.0 -> 0.5.0 (#441633)

This commit is contained in:
Wolfgang Walther
2025-09-23 17:51:28 +00:00
committed by GitHub
+2 -2
View File
@@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "guile-gcrypt";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitea {
domain = "notabug.org";
owner = "cwebber";
repo = "guile-gcrypt";
rev = "v${version}";
hash = "sha256-vbm31EsOJiMeTs2tu5KPXckxPcAQbi3/PGJ5EHCC5VQ=";
hash = "sha256-YPzOKFwKxEbu4+tW1Pu6EeALArTUEfM/bSQPth5eBX4=";
};
strictDeps = true;