GNU bug report logs -
#27307
[PATCH] gnu: unshield: Remove incorrect '"'.
Previous Next
Reported by: manolis837 <at> gmail.com
Date: Sat, 10 Jun 2017 13:25:02 UTC
Severity: normal
Tags: patch
Done: Manolis Ragkousis <manolis837 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#27307: [PATCH] gnu: unshield: Remove incorrect '"'.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 27307 <at> debbugs.gnu.org.
--
27307: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27307
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hey Marius
On 06/10/2017 06:59 PM, Marius Bakke wrote:
> manolis837 <at> gmail.com writes:
>
>> * gnu/packages/compression.scm: Remove incorrect '"'.
>
> Nit-pick: it should say "* gnu/packages/compression.scm (unshield): ..."
>
> [...]
>
>> - (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\"
>> + (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\
>> unshield-avigomanager11b22.zip?dl=1"))
>
> I guess you can also remove string-append here? Alternatively, quoting the
> next line and indenting it would look a little better IMO.
I went with your second suggestion, I liked it more as well :)
Pushed the updated patch to master.
>
> Sorry for the review failure! :-)
>
I should have been more careful :P Thank you for your time and help!
Manolis
[Message part 3 (message/rfc822, inline)]
From: Manolis Ragkousis <manolis837 <at> gmail.com>
* gnu/packages/compression.scm: Remove incorrect '"'.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 3742ff586..8de297fbc 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1183,7 +1183,7 @@ or junctions, and always follows hard links.")
("unshield-avigomanager11b22.zip"
,(origin
(method url-fetch)
- (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\"
+ (uri (string-append "https://www.dropbox.com/s/8r4b6752swe3nhu/\
unshield-avigomanager11b22.zip?dl=1"))
(sha256
(base32 "0fwq7lih04if68wpwpsk5wjqyvh32db76a41sq6gbx4dn1lc3ddn"))
@@ -1191,7 +1191,7 @@ unshield-avigomanager11b22.zip?dl=1"))
("unshield-the-feeble-files-spanish.zip"
,(origin
(method url-fetch)
- (uri (string-append "https://www.dropbox.com/s/1ng0z9kfxc7eb1e/\"
+ (uri (string-append "https://www.dropbox.com/s/1ng0z9kfxc7eb1e/\
unshield-the-feeble-files-spanish.zip?dl=1"))
(sha256
(base32 "1k5cw6vnpja8yjlnhx5124xrw9i8s1l539hfdqqrqz3l5gn0bnyd"))
--
2.13.0
This bug report was last modified 7 years and 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.