goffice: 0.10.59 -> 0.10.61 (#490626)

This commit is contained in:
dotlambda 2026-06-01 00:08:38 +00:00 committed by GitHub
commit d57bd2dfbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "goffice";
version = "0.10.59";
version = "0.10.61";
outputs = [
"out"
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/goffice/${lib.versions.majorMinor finalAttrs.version}/goffice-${finalAttrs.version}.tar.xz";
hash = "sha256-sI9xczJVlLcfu+pHajC1sxIMPa3/XAom0UDk5SSRZiI=";
hash = "sha256-VYWX/Zylm5P/VidQIY0efqjsPI0O1qXMCWqnFe+QmhU=";
};
nativeBuildInputs = [