GNU bug report logs -
#72452
[PATCH] add guile-swayer package
Previous Next
Reported by: mrh <mrh57 <at> posteo.net>
Date: Sat, 3 Aug 2024 20:33:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 2024-09-14 14:18, Alec Barreto wrote:
> Besides the typo in my last message, I found the mistake I made.
> The original patch had (commit <commit-hash>), which contained a fix to
> the guix package build process which is not in the latest release
> v0.2.0.
> The old 0.2.0 version won't build for bug-reasons in the code.
>
> Should I switch the commit field back, or wait for the next version bump
> which includes the fix?
If you want to pick a specific commit, you can do something like this
(let ((commit [commit])
(version "0.2.0")
(revision "0"))
(package
(name [name])
(version (git-version version revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url [url])
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
""))))
This makes it easier to upgrade to another given commit if necessary.
--
Best regards,
Nicolas Graves
This bug report was last modified 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.