From cbca27041eec11720ecb66a755060d0d55693734 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Mon, 27 Apr 2026 19:33:26 +0000 Subject: [PATCH] python3Packages.dulwich: 1.1.0 -> 1.2.0 --- pkgs/development/python-modules/dulwich/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix index b618ab9ea3bc..b87e8d3c974a 100644 --- a/pkgs/development/python-modules/dulwich/default.nix +++ b/pkgs/development/python-modules/dulwich/default.nix @@ -25,19 +25,19 @@ buildPythonPackage (finalAttrs: { pname = "dulwich"; - version = "1.1.0"; + version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "jelmer"; repo = "dulwich"; tag = "dulwich-${finalAttrs.version}"; - hash = "sha256-9y7+00M2Ib5j+1fHNsJBomkyNZWhihqcIvAgGpJ5AB8="; + hash = "sha256-R5vq3mb1nSqEn+LIUaXc8Edrw8TgTb5H4LOXnHgeAzQ="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-NEYauayn7laPLQUomQAFEskFP5m8546jYltazR/gn1A="; + hash = "sha256-r2Ef8ciZW6rNBg8eLr5lkqtTEXugy7B9DjbSCErJkzc="; }; nativeBuildInputs = [ @@ -89,8 +89,6 @@ buildPythonPackage (finalAttrs: { ''; disabledTestPaths = [ - # "Code [in contrib] is not an official part of Dulwich, and may no longer work" - "tests/contrib" # AssertionError: GPGMEError not raised "tests/test_signature.py::GPGSignatureVendorTests::test_verify_invalid_signature" ];