diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 15:45:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 17:08:10 +0100 |
commit | d9bdd6fa928945e697d11a36678cfdedf45e39f5 (patch) | |
tree | 6b165576fb12e5407c14f19ee8a5d5c8ffb88320 /gnu/packages/gnome.scm | |
parent | e999ea12ea7813a7b46d1e3d965894ffff8f230d (diff) | |
download | guix-d9bdd6fa928945e697d11a36678cfdedf45e39f5.tar guix-d9bdd6fa928945e697d11a36678cfdedf45e39f5.tar.gz |
gnu: goffice: Update to 0.10.49.
* gnu/packages/gnome.scm (goffice): Update to 0.10.49.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index adb036d5e5..34cd0fa992 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4134,14 +4134,14 @@ Hints specification (EWMH).") (define-public goffice (package (name "goffice") - (version "0.10.48") + (version "0.10.49") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/goffice/" (version-major+minor version) "/" "goffice-" version ".tar.xz")) (sha256 - (base32 "1z6f3q8fxkd1ysqrwdxdi0844zqa00vjpf07gq8mh3kal8picfd4")))) + (base32 "1s87ngs3g3nfvcn96aq4lgzx5cscbfg4n9f6ns2zpvc5ngdiiz2z")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 4.0 MiB of gtk-doc |