libxslt: 1.1.41 → 1.1.42

https://discourse.gnome.org/t/libxslt-1-1-42-released/22001
This commit is contained in:
Jan Tojnar
2024-07-12 21:36:56 +02:00
parent 25bc618215
commit 9634d9c639
@@ -17,14 +17,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxslt";
version = "1.1.41";
version = "1.1.42";
outputs = [ "bin" "dev" "out" "doc" "devdoc" ] ++ lib.optional pythonSupport "py";
outputMan = "bin";
src = fetchurl {
url = "mirror://gnome/sources/libxslt/${lib.versions.majorMinor finalAttrs.version}/libxslt-${finalAttrs.version}.tar.xz";
hash = "sha256-OtOSr5ERW3dA97UNIozBxfwTr8HafxbLAhORejf3G9o=";
hash = "sha256-hcpiysDUH8d9P2Az2p32/XPSDqL8GLCjYJ/7QRDhuus=";
};
strictDeps = true;