mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 04:23:47 +00:00
libxml2: 2.11.5 → 2.12.3
https://discourse.gnome.org/t/libxml2-2-12-3-released/18513 https://discourse.gnome.org/t/libxml2-2-12-2-released/18363 https://discourse.gnome.org/t/libxml2-2-12-1-released/18159 https://discourse.gnome.org/t/libxml2-2-12-0-released/18063 https://gitlab.gnome.org/GNOME/libxml2/-/compare/v2.11.5...v2.12.3 - Changes in includes in public headers. - Python 3.12 support. - Lot of cleanups.
This commit is contained in:
parent
c65234130e
commit
49a64c97c0
@ -34,7 +34,7 @@ in
|
||||
let
|
||||
libxml = stdenv.mkDerivation rec {
|
||||
pname = "libxml2";
|
||||
version = "2.11.5";
|
||||
version = "2.12.3";
|
||||
|
||||
outputs = [ "bin" "dev" "out" "doc" ]
|
||||
++ lib.optional pythonSupport "py"
|
||||
@ -43,7 +43,7 @@ libxml = stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz";
|
||||
sha256 = "NyeweMNg7Gn6hp3hS9b3XX7o02mHsHHmko1HIKKN86Y=";
|
||||
hash = "sha256-jI8QkjQKif8yvEStXJaTr/m8ino+FhuyOWZuXRWsmqo=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user