summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-06-30upstream.scm wip-import-versionHartmut Goebel
* 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.
2022-06-30refreshHartmut Goebel
2022-06-30generic-gitHartmut Goebel
* 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.
2022-06-30github REWORDHartmut Goebel
2022-06-30kde:Hartmut Goebel
* 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.
2022-06-30gnome:Hartmut Goebel
* 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.
2022-06-30launchpadHartmut Goebel
2022-06-30hexpmHartmut Goebel
2022-06-30eggHartmut Goebel
2022-06-30crateHartmut Goebel
2022-06-30pypi:Hartmut Goebel
latest-release: kw-arg version, this argument overrules the version from projekt-info. Pass version onto source-release.
2022-06-30gnu-maintenance (kernel.org, ftp, html, savannah, xorg, gnu)Hartmut Goebel
* 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, ..
2022-06-30sourceforge: not supported, too complicate to implement.Hartmut Goebel
due to directory sructure
2022-06-30cran/bioconductorHartmut Goebel
* (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>.
2022-06-30updaters: issue error-message if version is given:Hartmut Goebel
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
2022-06-30import: cpan: Remove unused exports.Hartmut Goebel
* guix/import/cpan.scm(#:export): Remove unused exports.
2022-06-30import: git: Restrict to non-github origins.Hartmut Goebel
'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?.
2022-06-30import: github: Fix updater.Hartmut Goebel
* guix/import/github.scm(updated-url): For one one of the cases add missing 'prefix' and set new version.
2022-06-29import: egg: Fix updater.Hartmut Goebel
'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.
2022-06-29gnu: Add chicken-args.Hartmut Goebel
* gnu/packages/chicken.scm (chicken-args): New variable.
2022-06-29gnu: Add chicken-srfi-37.Hartmut Goebel
* gnu/packages/chicken.scm (chicken-srfi-37): New variable.
2022-06-29gnu: Add chicken-srfi-13.Hartmut Goebel
* gnu/packages/chicken.scm (chicken-srfi-13): New variable.
2022-06-29gnu: Add chicken-crypto-tools.Hartmut Goebel
* gnu/packages/chicken.scm (chicken-crypto-tools): New variable.
2022-06-28gnu: icedove: Update to 91.11.0 [security fixes].Jonathan Brielmaier
Fixes CVE-2022-2226 and CVE-2022-34478. * gnu/packages/gnuzilla.scm (icedove): Update to 91.11.0.
2022-06-28gnu: naev: Update to 0.9.3.Timotej Lazar
* 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>
2022-06-28gnu: font-victor-mono: Update to 1.5.3.Jose G Perez Taveras
* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-28gnu: playerctl: Update to 2.4.1.Jose G Perez Taveras
* 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>
2022-06-28gnu: snapcast: Update to 0.26.0.Christopher Baines
* gnu/packages/audio.scm (snapcast): Update to 0.26.0.
2022-06-28gnu: icecat: Update to 91.11.0-guix0-preview1 [security fixes].Mark H Weaver
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.
2022-06-28gnu: bap: Update to 2.5.0-alpha.Julien Lepiller
* gnu/packages/ocaml.scm (bap): Update to 2.5.0-alpha.
2022-06-28gnu: Add ocaml-ppx-bitstring.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bitstring): New variable.
2022-06-28gnu: Add ocaml-ppx-bap.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bap): New variable.
2022-06-28gnu: Add ocaml-linenoise.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-linenoise): New variable.
2022-06-28gnu: gajim: Enable app-indicator support.Raghav Gururajan
* gnu/packages/messaging.scm (gajim)[inputs]: Add libappindicator.
2022-06-28gnu: corsix-th: Update to 0.66.Timotej Lazar
* gnu/packages/games.scm (corsix-th): Update to 0.66. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-28gnu: vim: Update to 9.0.0000.Efraim Flashner
* gnu/packages/vim.scm (vim): Update to 9.0.0000.
2022-06-28gnu: gajim-openpgp: Install plugin in a sub-folder.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify.
2022-06-28gnu: gajim-omemo: Install plugin in a sub-folder.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-omemo)[builder]: Modify.
2022-06-28gnu: git-annex: Update to 10.20220624.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220624. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-28gnu: universal-ctags: Update to 5.9.20220626.0.jgart
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220626.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-28gnu: Add texlive-lineno.Lars-Dominik Braun
* gnu/packages/tex.scm (texlive-lineno): New variable.
2022-06-28gnu: Add texlive-threeparttablex.Lars-Dominik Braun
* gnu/packages/tex.scm (texlive-threeparttablex): New variable.
2022-06-28gnu: Add texlive-xpatch.Lars-Dominik Braun
* gnu/packages/tex.scm (texlive-xpatch): New variable.
2022-06-28gnu: Add texlive-was.Lars-Dominik Braun
* gnu/packages/tex.scm (texlive-was): New variable.
2022-06-28gnu: Add texlive-endfloat.Lars-Dominik Braun
* gnu/packages/tex.scm (texlive-endfloat): New variable.
2022-06-28gnu: Add texlive-apa6.Lars-Dominik Braun
* gnu/packages/tex.scm (texlive-apa6): New variable.
2022-06-28gnu: llvm-for-rocm: Inherit from llvm-14Lars-Dominik Braun
* gnu/packages/llvm.scm (llvm-for-rocm)[arguments]: Inherit from llvm-14 instead of llvm-12 and use g-exp for #:configure-flags.
2022-06-28gnu: rocclr-4: Remove package.Lars-Dominik Braun
Not useful on its own after upgrading to ROCm 5 in commit 01444b297bb3ed28bb33cd01604aadb98bb65333. * gnu/packages/rocm.scm (rocclr-4): Remove variable.
2022-06-28gnu: gajim-openpgp: Change source URL and update to 1.4.9.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.9. [source]: Modify.
2022-06-28gnu: gajim-omemo: Change source URL and update to 2.8.15Raghav Gururajan
* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.15. [source]: Modify.