guile-gcrypt: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-09-10 00:34:08 +00:00
parent 077cb3aa7d
commit 6c63f3b5e5
+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;