python3Packages.petsc4py: 3.24.0 -> 3.24.1 (#457994)

This commit is contained in:
nixpkgs-ci[bot] 2025-11-03 17:39:28 +00:00 committed by GitHub
commit 1cddf2c92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,11 +110,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "petsc";
version = "3.24.0";
version = "3.24.1";
src = fetchzip {
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
hash = "sha256-5jqYTo5sfwLNByOlpry0zpI+q3u7ErwJJ97h7w5bvNQ=";
hash = "sha256-E/KPoTeeEfvsqfqjflpDTZFSI534YdtfVVWZ/Xa029I=";
};
patches = [