[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: libinfinity: Update to 0.7.2.
From: |
guix-commits |
Subject: |
02/03: gnu: libinfinity: Update to 0.7.2. |
Date: |
Sat, 2 Jan 2021 13:45:12 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 143a4f03db70e24de2559020441e72e74815d0f1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jan 2 20:40:16 2021 +0200
gnu: libinfinity: Update to 0.7.2.
* gnu/packages/gobby.scm (libinfinity): Update to 0.7.2.
---
gnu/packages/gobby.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm
index 91484c7..91cf7a2 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2017, 2019 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -177,7 +178,7 @@ together over the internet in real-time.")
(define-public libinfinity
(package
(name "libinfinity")
- (version "0.7.1")
+ (version "0.7.2")
(source
(origin
(method url-fetch)
@@ -185,7 +186,7 @@ together over the internet in real-time.")
version ".tar.gz"))
(sha256
(base32
- "1jw2fhrcbpyz99bij07iyhy9ffyqdn87vl8cb1qz897y3f2f0vk2"))))
+ "17i3g61hxz9pzl3ryd1yr15142r25m06jfzjrpdy7ic1b8vjjw3f"))))
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)