From ebdeca5cdf83c597c309985cade3d388c3a73014 Mon Sep 17 00:00:00 2001
From: Amar Singh <nly@disroot.org>
Date: Thu, 12 Mar 2020 17:22:36 +0530
Subject: [PATCH] gnu: guile-torrent: Update to 0.1.3-candidate.
Minor release for GNU Guix.
* gnu/packages/guile-xyz.scm (guile-torrent): Update to 0.1.3-candidate.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -3112,7 +3112,7 @@ over, or update a value in arbitrary data structures.")
(define-public guile-torrent
(package (name "guile-torrent")
- (version "0.1-preview")
+ (version "0.1.3-candidate")
(source (origin (method git-fetch)
(uri (git-reference
(url
@@ -3121,7 +3121,7 @@ over, or update a value in arbitrary data structures.")
(file-name (git-file-name name version))
(sha256
(base32
- "0rim8gr0cpnm1lixihsjpzg5z3i44vhqgj0dv6z7xj6jiwrmi9pw"))))
+ "1yiagi55ncq1x7s9n7salzywjm4l96y3n7y3s47a9anvz87mrmim"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
--
2.25.1