all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49027] [PATCH] gnu: goffice: Update to 0.10.50.
@ 2021-06-14 16:54 Jack Hill
  2021-06-15 18:19 ` bug#49027: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2021-06-14 16:54 UTC (permalink / raw)
  To: 49027

* gnu/packages/gnome.scm (goffice): Update to 0.10.50.
---

This commit updates our newest goffice package to the latest release. We
explicitly package an older goffice version as well which I have not
touched or investigated.

All packages reported by `guix refresh -l goffice` build for mo on
x86_64-linux.

 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c150fecd6c..09d1bf2f64 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4130,14 +4130,14 @@ Hints specification (EWMH).")
 (define-public goffice
   (package
     (name "goffice")
-    (version "0.10.49")
+    (version "0.10.50")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/goffice/"
                                   (version-major+minor version)  "/"
                                   "goffice-" version ".tar.xz"))
               (sha256
-               (base32 "1s87ngs3g3nfvcn96aq4lgzx5cscbfg4n9f6ns2zpvc5ngdiiz2z"))))
+               (base32 "1p5zbj7cbcfcxd6l8pnph54p6ah1bwf146y810j4bcq8ggf3sp1c"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                  ; 4.0 MiB of gtk-doc
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49027: [PATCH] gnu: goffice: Update to 0.10.50.
  2021-06-14 16:54 [bug#49027] [PATCH] gnu: goffice: Update to 0.10.50 Jack Hill
@ 2021-06-15 18:19 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-06-15 18:19 UTC (permalink / raw)
  To: Jack Hill; +Cc: 49027-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Patch pushed. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 16:54 [bug#49027] [PATCH] gnu: goffice: Update to 0.10.50 Jack Hill
2021-06-15 18:19 ` bug#49027: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.