summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* python37: 3.7.12 -> 3.7.13Martin Weinelt2022-03-17
| | | | https://www.python.org/downloads/release/python-3713/
* python38: 3.8.12 -> 3.8.13Martin Weinelt2022-03-17
| | | | https://www.python.org/downloads/release/python-3813/
* guile_3_0: fix attribute for updater scriptSergei Trofimovich2022-03-16
| | | | | | Without the change updater script extracts location from `guile` (`guile_2_2`). I did not notice it initially as I use local override of `guile = guile_3_0`.
* Merge pull request #163916 from mweinelt/python311Martin Weinelt2022-03-16
|\
| * python311: 3.11.0a4 -> 3.11.0a6Martin Weinelt2022-03-13
| | | | | | | | | | https://pythoninsider.blogspot.com/2022/03/python-3110a6-is-available.html https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html
* | Merge branch 'master' into staging-nextVladimír Čunát2022-03-15
|\ \ | | | | | | | | | | | | | | | Conflict in pkgs/development/libraries/libvirt/default.nix required manual adjustments. The fetched patch is already in src. I checked that libvirt builds.
| * \ Merge pull request #161311 from helsinki-systems/pypy27_prebuilt_opensslMartin Weinelt2022-03-15
| |\ \
| | * | pypy27_prebuilt: remove unneeded openssl_1_0_2 dependencyajs1242022-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | they ship their own openssl as of this commit, that is actually openssl 1.1.1m, the same version we have in openssl_1_1 maybe the package should still be marked as vulnerable, because they ship their own openssl
| | * | pypy27_prebuilt: 7.3.6 -> 7.3.8ajs1242022-02-22
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2022-03-14
|\| | |
| * | | Merge pull request #164040 from r-ryantm/auto-update/babashkaThiago Kenji Okada2022-03-14
| |\ \ \ | | | | | | | | | | babashka: 0.7.7 -> 0.7.8
| | * | | babashka: 0.7.7 -> 0.7.8R. Ryantm2022-03-13
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-13
|\| | | |
| * | | | Merge pull request #160051 from trofi/update-guileBen Siraphob2022-03-12
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | pkgsLLVM.guile, pkgsLLVM.guile_3_0: avoid -lgcc_s on clang, not just darwinSergei Trofimovich2022-02-20
| | | | | | | | | | | | | | | | | | | | Otherwise pkgsLLVM.guile / pkgsLLVM.guile_3_0 fails early on linux.
| | * | | guile_3_0: 3.0.7 -> 3.0.8Sergei Trofimovich2022-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it added trivial updater script. Changes: https://git.savannah.gnu.org/cgit/guile.git/tree/NEWS?h=v3.0.8#n8 Had to disable LTO on darwin as toolchain can't link executables there.
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-13
|\| | | |
| * | | | Merge pull request #163504 from lostnet/mozup917Thiago Kenji Okada2022-03-12
| |\ \ \ \ | | | | | | | | | | | | spidermonkey_91: 91.6.0 -> 91.7.0
| | * | | | spidermonkey_91: 91.6.0 -> 91.7.0Will Young2022-03-09
| | | |/ / | | |/| |
| * | | | Merge pull request #162348 from teoljungberg/bump-rubyThiago Kenji Okada2022-03-12
| |\ \ \ \ | | |/ / / | |/| | | ruby: 3.1.0 -> 3.1.1
| | * | | ruby: 3.1.0 -> 3.1.1Teo Ljungberg2022-03-12
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-08
|\| | | |
| * | | | treewide: rename name to pname&versionFelix Buehler2022-03-08
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-05
|\| | | |
| * | | | babashka: 0.7.6 -> 0.7.7R. Ryantm2022-03-05
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-03
|\| | | |
| * | | | clojure: 1.10.3.1082 -> 1.10.3.1087R. Ryantm2022-03-03
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-02
|\| | | |
| * | | | Merge pull request #162349 from Stunkymonkey/clisp-pname-version7c6f434c2022-03-02
| |\ \ \ \ | | | | | | | | | | | | clisp,clisp-tip: rename name to pname&version
| | * | | | clisp,clisp-tip: rename name to pname&versionFelix Buehler2022-03-01
| | |/ / /
* | | | | Merge master into staging-nextgithub-actions[bot]2022-03-02
|\| | | |
| * | | | buildDhallDirectoryPackage: Stringify src for documentationRoot (#162401)Akshay Mankar2022-03-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `src` is supposed to be a path, but when `documentationRoot` is provided with a path, it errors with: generators.mkValueStringDefault: this value is not supported: "<nix-store-path>" Making it a string fixes this error.
* | | | Merge branch 'master' into staging-nextAndersonTorres2022-02-26
|\| | |
| * | | Merge pull request #161778 from abathur/bats_1.6.0Ben Siraphob2022-02-25
| |\ \ \
| | * | | bats: 1.5.0 -> 1.6.0Travis A. Everett2022-02-24
| | | | |
| * | | | babashka: 0.7.5 -> 0.7.6R. Ryantm2022-02-25
| |/ / /
* | | | Merge master into staging-nextgithub-actions[bot]2022-02-24
|\| | |
| * | | Merge pull request #161144 from romildo/new.git-updaterJosé Romildo Malaquias2022-02-23
| |\ \ \ | | |_|/ | |/| | gitUpdater: init
| | * | gitUpdater: initJosé Romildo2022-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add the 'gitUpdater' helper function to update git based packages, using the 'genericUpdater' function. - Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts. - Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
* | | | Merge staging-next into staginggithub-actions[bot]2022-02-22
|\| | |
| * | | duktape: 2.6.0 -> 2.7.0R. Ryantm2022-02-21
| |/ /
* | | Merge staging-next into staginggithub-actions[bot]2022-02-20
|\| |
| * | php81: 8.1.2 -> 8.1.3Pol Dellaiera2022-02-20
| | |
| * | php80: 8.0.14 -> 8.0.16Pol Dellaiera2022-02-20
| | |
| * | php74: 7.4.27 -> 7.4.28Pol Dellaiera2022-02-20
| |/
* | Merge staging-next into staginggithub-actions[bot]2022-02-19
|\|
| * clojure: 1.10.3.1075 -> 1.10.3.1082Will Cohen2022-02-18
| |
* | Merge staging-next into staginggithub-actions[bot]2022-02-18
|\|
| * Merge pull request #160222 from Congee/masterSandro2022-02-18
| |\
| | * racket: support aarch64-darwinCongee2022-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://reviews.llvm.org/D96164, aarch64-darwin executables require at least an ad hoc signature. The build tool from the racket repo tries to sign $out/bin/racket but errors out, because that binary already has a signature. It is not clear yet at which stage the signature was introduced. This patch removes the existing signature always before calling add-ad-hoc-signature to circumvent that error.