GNU bug report logs -
#53119
[PATCH] gnu: reuse: Update to 0.14.0.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Fri, 7 Jan 2022 18:10:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Jan 2022 10:42:09 +0100
with message-id <87pmoy1udq.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53119] [PATCH] gnu: reuse: Update to 0.14.0.
has caused the debbugs.gnu.org bug report #53119,
regarding [PATCH] gnu: reuse: Update to 0.14.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53119: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53119
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/license.scm (reuse): Update to 0.14.0.
---
gnu/packages/license.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 79ad3df4c8..cc6b03b412 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2021 Tanguy Le Carrour <tanguy <at> bioneland.org>
+;;; Copyright © 2022 Felix Gruber <felgru <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -167,13 +168,13 @@ belonging to various licenses.")
(define-public reuse
(package
(name "reuse")
- (version "0.13.0")
+ (version "0.14.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "reuse" version))
(sha256
- (base32 "00gqpw124lz6kf3gi6m2i1bnxp3k5n3id0bgqff0bj08jga7pj49"))))
+ (base32 "1q84qv982y67inqb67iy3r6z7339593w7zdaaxswjqxfrd1by7bp"))))
(build-system python-build-system)
(native-inputs
(list python-pytest python-setuptools-scm))
--
2.30.2
[Message part 3 (message/rfc822, inline)]
Hello
Felix Gruber <felgru <at> posteo.net> writes:
> Hi Maxime,
>
> On 1/9/22 00:19, Maxime Devos wrote:
>> * [x] it builds reproducibly on my machine (a x86_64) (using --
>> rounds=2)
>> $ guix hash --serializer=nar
>> /gnu/store/ygjym1j7w9ds6siw11jy0c9dn8rkpmgf-reuse-0.14.0
>> > 1lpx92qs5k625wdc15akbdfapsl5yb1gqbgcq19skc2jgq6yqhz6
>> If you have x86_64, please check if you have the same result!
>
> I confirm that I get the same hash
> 1lpx92qs5k625wdc15akbdfapsl5yb1gqbgcq19skc2jgq6yqhz6
> when I run your guix hash command.
Applied. Thank you for the patch, and thanks to Maxime for the thorough
review.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 191 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.