python3Packages.petsc4py: 3.23.4 -> 3.23.5 (#432447)

Co-authored-by: qbisi <qbisicwate@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-10 09:59:25 +00:00
committed by GitHub
co-authored by qbisi
+2 -2
View File
@@ -111,11 +111,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "petsc";
version = "3.23.4";
version = "3.23.5";
src = fetchzip {
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
hash = "sha256-7UugWo3SzRap3Ed6NySRZOJgD+Wkb9J+QEGRUfLbOPI=";
hash = "sha256-pfGb/9GlKsZJpdEU6lOr61a8AE5NR9MlZ0mHJ/j+eDs=";
};
strictDeps = true;