guile-curl: 0.9 -> 0.10

This commit is contained in:
R. Ryantm
2025-08-04 18:55:37 +00:00
parent 68071df053
commit 26f435f01e
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guile-curl";
version = "0.9";
version = "0.10";
src = fetchFromGitHub {
owner = "spk121";
repo = "guile-curl";
tag = "v${finalAttrs.version}";
hash = "sha256-nVA0cl4Oog3G+Ww0n0QMxJ66iqTn4VxrV+sqd6ACWl4=";
hash = "sha256-pCYihn3Z0AeGt/6HueMAz0kPFYLVSB5NDPPGOUaAI2U=";
};
strictDeps = true;