guile-irregex: 0.9.11 -> 0.9.12

This commit is contained in:
Danylo Kondratiev
2026-03-22 12:35:27 +02:00
parent 0cb6e8e7d2
commit e6ea3f54f7

View File

@@ -7,11 +7,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-irregex";
version = "0.9.11";
version = "0.9.12";
src = fetchzip {
url = "https://synthcode.com/scheme/irregex/irregex-${finalAttrs.version}.tar.gz";
hash = "sha256-abBCMNsr6GTBOm+eQWuOX8JYx/qMA/V6TwGdYRjznWU=";
hash = "sha256-Iwt6mdgp5d0q2hweU2+9dPLs8j4Jd4GOdZvfvTe8Uvw=";
};
strictDeps = true;