Age | Commit message (Collapse) | Author |
|
* guix/upstream.scm(package-latest-release) add kwarg version, pass it on to
the updater's 'latest' function.
(package-update): add kwarg version and pass it on to package-latest-release.
|
|
|
|
* guix/import/git.scm(latest-tag): Add kw-arg version and handle it.
(latest-git-tag-version, latest-git-release): Add kw-arg version and pass it
on to called functions.
|
|
|
|
* guix/import/kde.scm(latest-kde-release): kw-arg version, this argument
overrules the version from projekt-info. Rework the code to not sort the
relevant files, but just find the latest version.
[find-latest-archive-version]: New function.
|
|
* guix/import/gnome.scm(latest-release): kw-arg version, this argument
overrules the version from projekt-info.
[find-latest-release]: New function, based on former code.
[find-version-release]: New function.
|
|
|
|
|
|
|
|
|
|
latest-release: kw-arg version, this argument overrules the version from
projekt-info. Pass version onto source-release.
|
|
* guix/gnu-maintenance.scm (latest-html-release) Add kwarg 'version'.
(latest-html-updatable-release) Add kwarg 'version', pass on to
latest-html-release,
latest-release, latest-html-release, ..
|
|
due to directory sructure
|
|
* (guix/import/cran.scm)[latest-cran-release]: Add keyword argument 'version',
issue error if version is given.
[latest-bioconductor-release] Same. <version> rename to <latest-version>.
|
|
These importer don't support importing a specific version, thus the updater
does neither.
Add keyword argument 'version'.
cpan, elps gem hackage minetest, opam, stackage
|
|
* guix/import/cpan.scm(#:export): Remove unused exports.
|
|
'guix refresh -t generic-git' reported a lot of packages which are hosted at
github and are already handled by the github updater. So whether the package
is updates using the github updater or the generic-git updater would be
non-deterministic.
And indeed 'guix refresh --list-updaters' without this change reported 31.2%
for the github updater and 34.9% for the generic-git updater. With this
patch, it's only 3.7% for the generic-git updater. (Still the sum of the
percent-values is 112%, anyhow better then the 146% prior to this change.)
Beside these statistical issues, this patch has another effect: If the github
updater fails to pick a (later) version the generic-git updater was
triggered. Anyhow: Why should the generic-git updater be able to find
a (later) version, if the github updater did not?
* guix/import/github.scm: Export 'github-package?'.
* guix/import/git.scm(git-package?): Also check for not github-package?.
|
|
* guix/import/github.scm(updated-url): For one one of the
cases add missing 'prefix' and set new version.
|
|
'egg-source-url' did not return the URL, but the quoted expression. This did
break the updater, which expects the URL as a string.
* guix/import/egg.scm(egg-source-url): Remove.
(egg->guix-package)[egg-content]: Use quoted expression directly.
(latest-release): Call egg-uri instead of egg-source-url.
|
|
* gnu/packages/chicken.scm (chicken-args): New variable.
|
|
* gnu/packages/chicken.scm (chicken-srfi-37): New variable.
|
|
* gnu/packages/chicken.scm (chicken-srfi-13): New variable.
|
|
* gnu/packages/chicken.scm (chicken-crypto-tools): New variable.
|
|
Fixes CVE-2022-2226 and CVE-2022-34478.
* gnu/packages/gnuzilla.scm (icedove): Update to 91.11.0.
|
|
* gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
[source]: Switch to git-fetch.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/music.scm (playerctl): Update to 2.4.1.
[arguments]: Remove -Dintrospection=false.
[inputs]: Remove python-pygobject.
[native-inputs]: Add gobject-introspection.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/audio.scm (snapcast): Update to 0.26.0.
|
|
Includes fixes for CVE-2022-2200, CVE-2022-31744, CVE-2022-34468,
CVE-2022-34470, CVE-2022-34472, CVE-2022-34478, CVE-2022-34479,
CVE-2022-34481, and CVE-2022-34484.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
|
|
* gnu/packages/ocaml.scm (bap): Update to 2.5.0-alpha.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-bitstring): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-bap): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-linenoise): New variable.
|
|
* gnu/packages/messaging.scm (gajim)[inputs]: Add libappindicator.
|
|
* gnu/packages/games.scm (corsix-th): Update to 0.66.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/vim.scm (vim): Update to 9.0.0000.
|
|
* gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify.
|
|
* gnu/packages/messaging.scm (gajim-omemo)[builder]: Modify.
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220624.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220626.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/tex.scm (texlive-lineno): New variable.
|
|
* gnu/packages/tex.scm (texlive-threeparttablex): New variable.
|
|
* gnu/packages/tex.scm (texlive-xpatch): New variable.
|
|
* gnu/packages/tex.scm (texlive-was): New variable.
|
|
* gnu/packages/tex.scm (texlive-endfloat): New variable.
|
|
* gnu/packages/tex.scm (texlive-apa6): New variable.
|
|
* gnu/packages/llvm.scm (llvm-for-rocm)[arguments]: Inherit from llvm-14
instead of llvm-12 and use g-exp for #:configure-flags.
|
|
Not useful on its own after upgrading to ROCm 5 in commit
01444b297bb3ed28bb33cd01604aadb98bb65333.
* gnu/packages/rocm.scm (rocclr-4): Remove variable.
|
|
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.9.
[source]: Modify.
|
|
* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.15.
[source]: Modify.
|