[PATCH] gnu: libhandy: Update to 1.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Leo Prikler
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 4 years ago
(address . guix-patches@gnu.org)
20200911091619.27339-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (libhandy): Update to 1.0.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bc8e28becf..ed2915e05a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10495,7 +10495,7 @@ advanced image management tool")
(define-public libhandy
(package
(name "libhandy")
- (version "0.91.0")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -10504,7 +10504,7 @@ advanced image management tool")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1n3ybx8qvr3n8ph252gy3dl3am7ryxkvplz9yp8nmzb57xbhc6fs"))))
+ (base32 "193y09yy0302x8fkyrnq591m805xp68bkd93fl5qggxi52k8pj0v"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.28.0
Efraim Flashner wrote 4 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 43327-done@debbugs.gnu.org)
20200911110003.GW1643@E5400
Looks good. Patch pushed!


--
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9bWK8ACgkQQarn3Mo9
g1EhMA//QcxpcQ+hW6T9Ibx8loKnX4c5rCuP4G3tN0/35MSLiXwpajmtbz25Gd/t
2e2EuEbPvalo60ebewUc6g7JTUOP4277m8s0QZMN2uOpVRFrevxTfXAMChomnqlj
yKdIZN6+67l2nej8I0kQvXYviOpyP3WauUzheQbgJjfw3LIREO4UG+cxZFXz3LbJ
BEXSSf27tTNhn7oqWwVwh9VuaKtrPnRJrANKq3ZCvO1odUbstLmDrLhdrtXDWSWD
MF6TE776zjJU79n4TXZShzaZdIkvsjE3gRilUzsgQt/2iAqp6lyJcsQTIp39Mz22
+99ZIR3KbgYkGwa9feEhL7Putj2PXSv+zhnHihqHgA3ZUjaYPI+pbSfOnEf/mdQA
W4GljEsRoQ99W7qE3h5M0pJU7NODGjcRYcidwdl1282HlS1oEG0tQPd1OHFSsFrw
c8lkZfxEExW2LhMbm5WA4KV8HdIcZ9y9kCabRrs7EuoDAUDp2tCo5nNU0X/PDOM8
JqfNDwOESRoAMJxbvd90oJy4cdCXteieYra6pMvJ6Z0iqLuQ9k0DFyn7gmStcXaH
LpJk8HJw81IOwZQ6AiPZA58Z3LpOYBzmYZabTBF7+kOXMJ2odWONx6uFUvrbXc20
lIFTgbcLRmfu+vguDxb6ODsWKughdGZSDMwCL9sIrg6RWGQ5kYs=
=alIt
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43327@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43327
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help