aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2024-07-15gnu: tls: Raise conditions from target->openssl-target.Christopher Baines
Rather than rasising generic errors. * gnu/packages/tls.scm (target->openssl-target): Raise conditions rather than generic errors. (openssl-1.1): Call target->openssl-target with the package. Change-Id: I13c63328cdf6bc177b20879805246ad94ff2665b
2024-07-15gnu: lr: Add comment about there not being tests.jgart
* gnu/packages/admin.scm (lr) [arguments]: Add comment. Change-Id: I067ad3171a29f5f58c40ad62a4b79f19e95c9a21
2024-07-15gnu: lr: Update to 1.6.jgart
* gnu/packages/admin.scm (lr): Update to 1.6. Change-Id: I561cf1cc65fb96f66a4827dfcec2ae0f33ff6447
2024-07-15gnu: fennel: Update to 1.5.0.unwox
* gnu/packages/lua.scm (fennel): Update to 1.5.0. Change-Id: I3b43b336bfd99eb031b2e78274337010a30016c0 Signed-off-by: jgart <jgart@dismail.de>
2024-07-15gnu: smplayer: Update to 23.12.0.Attila Lendvai
* gnu/packages/video.scm (smplayer) [inputs]: Add qtdeclarative-5. Change-Id: I6b727f6fe368bd70bf9fc3d61f7c0b5efe56c3a1 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-15gnu: smplayer: Update to 22.7.0.Attila Lendvai
Change-Id: Iec24da98806b87f482b280036e61e40e9d66cb5e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-15gnu: smplayer: Update to 22.2.0.Attila Lendvai
* gnu/packages/video.scm (smplayer) [origin]: Build from the git repo. [arguments]: Remove LRELEASE kludge. Change-Id: Iff065784a2b2ef677807e4194ca04ce2ec501fef Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-15gnu: c2ffi: Update to 18.1.0.0.Attila Lendvai
Change-Id: Ie4a2c35d001a1c74be117312deb5f81d66109dfd Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-14gnu: linux-libre 6.1: Update to 6.1.98.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.98. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. Change-Id: I02e5966fff27fb7f49f0a5ecc241a14e30b9eebe Signed-off-by: Leo Famulari <leo@famulari.name>
2024-07-14gnu: linux-libre 6.6: Update to 6.6.39.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.39. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: Ibbce0092c1e565c4fe971ec7ffa951d9adb89966 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-07-14gnu: linux-libre 6.9: Update to 6.9.9.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.9. (linux-libre-6.9-pristine-source, deblob-scripts-6.9): Update hashes. Change-Id: Id6f12a21b78acac8d24527086c1e669fc4d35baa Signed-off-by: Leo Famulari <leo@famulari.name>
2024-07-07gnu: znc: Hash passwords with Argon2id.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (znc)[inputs]: Add argon2. Change-Id: Iee64e2b6efb2f2e33fba2c641e8ef22e5785ecde
2024-07-07gnu: znc: Update to 1.9.1 [fixes CVE-2024-39844].Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (znc): Update to 1.9.1. [arguments]: Don't explicitly return #t from phases. Change-Id: I115ea81d75b44a363b84216ed6e1d237517d1d29
2024-07-14gnu: gsequencer: Update to 6.16.8.Vinicius Monego
* gnu/packages/music.scm (gsequencer): Update to 6.16.8. Change-Id: Iaf8aec89846dcbca96ae634f4537c263ab0bfa4e
2024-07-14gnu: python-hy: Reformat with 'guix style'.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Reformat package using 'guix style'. Change-Id: Ie7dadd33fca2cabefcb83c3f50826752ad2c8a98
2024-07-14gnu: python-hy: Move to pyproject-build-system.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy)[build-system]: Move to pyproject-build-system. [arguments]: Remove custom 'check phase. Use #:test-flags to skip a failing test and enable other previously failing tests. Change-Id: Ic5df4459f192ee79652dc77390d041999e505152
2024-07-14gnu: python-hy: Update to 0.29.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 0.29.0. [arguments]<#:phases>: Delete the 'set-version and 'remove-installed-build-scripts phases. Hy no longer uses them to report its version. Change-Id: Ie3c388bc8b0c55d275bb00a0ad9eb7d09c37228c
2024-07-14gnu: kdenlive: Update to 24.05.2.Vinicius Monego
* gnu/packages/kde.scm (kdenlive): Update to 24.05.2. Change-Id: I171bd40621e1e63a201eb5ea68906853bc32685b
2024-07-13gnu: trealla: Update to 2.54.3.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.54.3. Change-Id: Iacaca2720ae4a457c570ebcd13be0260c81aa691
2024-07-13gnu: Add python-angr.Sören Tempel
* gnu/packages/patches/python-angr-addition-type-error.patch: New patch. * gnu/packages/patches/python-angr-check-exec-deps.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-xyz.scm (python-angr): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-ailment.Sören Tempel
* gnu/packages/python-xyz.scm (python-ailment): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-cle.Sören Tempel
* gnu/packages/python-xyz.scm (python-cle): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-pyvex.Sören Tempel
* gnu/packages/patches/python-pyvex-remove-angr-dependency.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyvex): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-archinfo.Sören Tempel
* gnu/packages/emulators.scm (python-archinfo): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-claripy.Sören Tempel
* gnu/packages/python-xyz.scm (python-claripy): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-pysmt.Sören Tempel
* gnu/packages/patches/python-pysmt-fix-pow-return-type.patch: New patch. * gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-xyz.scm (python-pysmt): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-rpyc.Sören Tempel
* gnu/packages/python-xyz.scm (python-rpyc): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-nampa.Sören Tempel
* gnu/packages/python-xyz.scm (python-nampa): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-mulpyplexer.Sören Tempel
* gnu/packages/python-xyz.scm (python-mulpyplexer): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-keystone-engine.Sören Tempel
* gnu/packages/emulators.scm (python-keystone-engine): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13Revert "gnu: python-requests-toolbelt: Update to 1.0.0."jgart
This breaks poetry so reverting. This reverts commit ddb22a10e04c966eaa6ecbc50c3fc75dc3a143c3.
2024-07-13Revert "gnu: python-requests-toolbelt: Use new style."jgart
This breaks poetry so reverting. This reverts commit c0ecad208e305b6cd73a4ab0879e3407b879e1f9.
2024-07-13gnu: python-requests-toolbelt: Use new style.jgart
* gnu/packages/python-xyz.scm (python-requests-toolbelt) [arguments]: Use new style. Change-Id: Ifbb305babeff37a34ca8789c3a08e0363e8583bf
2024-07-13gnu: python-requests-toolbelt: Update to 1.0.0.Felix Gruber
* gnu/packages/python-web.scm (python-requests-toolbelt): Update to 1.0.0. [arguments]: Delete tests that are incompatible with urllib3 >= 2.0. [native-inputs]: Remove python-mock; add python-pyopenssl and python-trustme. Change-Id: I349bd9cef34cdbf7a51612e8b9d5dac59101d1bd Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: elixir: Update to 1.17.2.Igor Goryachev via Guix-patches via
* gnu/packages/elixir.scm (elixir): Update to 1.17.2. Change-Id: Ief8898ec4d48af09ea4f270787b79398ff24f9fa Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-07-13gnu: klee: Build with klee-uclibc support.Sören Tempel
* gnu/packages/check.scm (klee): Use klee-uclibc. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-13gnu: Add klee-uclibc.Sören Tempel
* gnu/packages/check.scm (klee-uclibc): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-13gnu: lollypop: Update package style.James Smith
* gnu/packages/gnome.scm (lollypop)[arguments]: Convert to list of G-Expressions. Change-Id: I2f7e0157f65bdd6776fbf15214093a837c5b0fd6 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-13gnu: lollypop: Update to 1.4.40.James Smith
* gnu/packages/gnome.scm: (lollypop): Update to 1.4.40. Change-Id: I8803c04f7ac2b8597920cc3e2a8371ada6a1dbab Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-13gnu: rapidcheck: Update to 0.0.0-1.ff6af6f.Liliana Marie Prikler
* gnu/packages/check.scm (rapidcheck): Update to 0.0.0-1.ff6af6f. [source]: Add snippet to find inputs. [arguments]: Remove #:phases and #:tests?. <#:configure-flags?>: Add “-DRC_ENABLE_BOOST=on”, “-DRC_ENABLE_CATCH=on”, “-DRC_ENABLE_DOCTEST=on”, “-DRC_ENABLE_GTEST=on”, and “-DRC_ENABLE_TESTS=on”. [inputs]: Add boost, catch2, doctest and googletest. [native-inputs]: Add catch2 and googletest.
2024-07-12gnu: nano: Update to 8.1.Andy Tai
* gnu/packages/text-editors.scm (nano): Update to 8.1. Change-Id: Ib6bc2371393c0bd2a854a0437d27fe36cd76f871 Signed-off-by: jgart <jgart@dismail.de>
2024-07-11gnu: python-colorlog: Use new style.jgart
* gnu/packages/python-xyz.scm (python-colorlog): Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
2024-07-11gnu: python-pytelegrambotapi: Update to 4.21.0.jgart
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.21.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-hatchling. Change-Id: I60e7f8be1dfc6921e843c782a95d774b966ece3c
2024-07-11gnu: python-pytelegrambotapi: Use new style.jgart
* gnu/packages/python-xyz.scm (python-pytelegrambotapi) [arguments]: Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
2024-07-11gnu: python-typed-ast: Add comment regarding package's end of life.jgart
* gnu/packages/python-xyz.scm (python-typed-ast): Add comment. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: python-typed-ast: Use new style.jgart
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Use new style. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: python-typed-ast: Make the 'check' phase respect #:tests?.jgart
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Make the 'check' phase respect #:tests?. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: xrdp: update to 0.10.0.Andy Tai
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0. [native-inputs]: Add cmocka. Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958 Signed-off-by: jgart <jgart@dismail.de>
2024-07-11gnu: python-sacn: Enable tests.jgart
* gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: Add python-sacn.Rick Huijzer
* gnu/packages/python-xyz.scm (python-sacn): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Iaed5ba294366a6934248c335ca30f7ca71a1127a