Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
506a80a6 0d77d313

+73 -60
-1
pkgs/applications/science/logic/verit/default.nix
··· 22 22 ''; 23 23 24 24 meta = with lib; { 25 - broken = stdenv.isDarwin; 26 25 description = "An open, trustable and efficient SMT-solver"; 27 26 homepage = "https://verit.loria.fr/"; 28 27 license = licenses.bsd3;
+3 -3
pkgs/applications/version-management/git-and-tools/gh/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gh"; 5 - version = "2.12.1"; 5 + version = "2.13.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cli"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-zKEHrnMTz+gPU1A9tjqUO5FLD1zQcnbU7pwVQnYI6uA="; 11 + sha256 = "sha256-9FWmEujTUWexyqNQVagU/U9AyOZJdWL5y4Q0ZHRBxcc="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-sHRahwavPgowKE0EtDU4UNxIJU22edqlY0nOKkaQLPg="; 14 + vendorSha256 = "sha256-a/+Dj66zT/W8rxvvXnJSdoyYhajMY1T3kEbrpC24tMU="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17
+3 -1
pkgs/build-support/fetchgit/default.nix
··· 28 28 # needed for netrcPhase 29 29 netrcImpureEnvVars ? [] 30 30 , meta ? {} 31 + , allowedRequisites ? null 31 32 }: 32 33 33 34 /* NOTE: ··· 91 92 "GIT_PROXY_COMMAND" "NIX_GIT_SSL_CAINFO" "SOCKS_SERVER" 92 93 ]; 93 94 94 - inherit preferLocalBuild meta; 95 + 96 + inherit preferLocalBuild meta allowedRequisites; 95 97 96 98 passthru = { 97 99 gitRepoUrl = url;
+8 -6
pkgs/development/python-modules/tensorflow/bin.nix
··· 9 9 , numpy 10 10 , six 11 11 , termcolor 12 + , packaging 12 13 , protobuf 13 14 , absl-py 14 15 , grpcio ··· 47 48 pname = "tensorflow" + lib.optionalString cudaSupport "-gpu"; 48 49 inherit (packages) version; 49 50 format = "wheel"; 50 - 51 - # See https://github.com/tensorflow/tensorflow/issues/55581#issuecomment-1101890383 52 - disabled = pythonAtLeast "3.10" && !cudaSupport; 53 51 54 52 src = let 55 53 pyVerNoDot = lib.strings.stringAsChars (x: if x == "." then "" else x) python.pythonVersion; ··· 62 60 astunparse 63 61 flatbuffers 64 62 typing-extensions 63 + packaging 65 64 protobuf 66 65 numpy 67 66 scipy ··· 93 92 94 93 pushd dist 95 94 95 + orig_name="$(echo ./*.whl)" 96 96 wheel unpack --dest unpacked ./*.whl 97 97 rm ./*.whl 98 98 ( 99 99 cd unpacked/tensorflow* 100 100 # Adjust dependency requirements: 101 - # - Relax tensorflow-estimator version requirement that doesn't match what we have packaged 101 + # - Relax flatbuffers, gast and tensorflow-estimator version requirements that don't match what we have packaged 102 102 # - The purpose of python3Packages.libclang is not clear at the moment and we don't have it packaged yet 103 103 # - keras and tensorlow-io-gcs-filesystem will be considered as optional for now. 104 104 sed -i *.dist-info/METADATA \ 105 - -e "s/Requires-Dist: tf-estimator-nightly.*/Requires-Dist: tensorflow-estimator/" \ 105 + -e "/Requires-Dist: flatbuffers/d" \ 106 + -e "/Requires-Dist: gast/d" \ 106 107 -e "/Requires-Dist: libclang/d" \ 107 108 -e "/Requires-Dist: keras/d" \ 109 + -e "/Requires-Dist: tensorflow-estimator/d" \ 108 110 -e "/Requires-Dist: tensorflow-io-gcs-filesystem/d" 109 111 ) 110 112 wheel pack ./unpacked/tensorflow* 113 + mv *.whl $orig_name # avoid changes to the _os_arch.whl suffix 111 114 112 115 popd 113 116 ''; ··· 187 190 }; 188 191 189 192 meta = with lib; { 190 - broken = stdenv.isDarwin; 191 193 description = "Computation using data flow graphs for scalable machine learning"; 192 194 homepage = "http://tensorflow.org"; 193 195 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
+25 -25
pkgs/development/python-modules/tensorflow/binary-hashes.nix
··· 1 1 { 2 - version = "2.8.0"; 2 + version = "2.9.0"; 3 3 linux_py_37_cpu = { 4 - url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl"; 5 - sha256 = "1nza8i0nvqgrcwj2yy74a3wgpgf52svf0yrz9xd6l18gsifkmkx0"; 4 + url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 5 + sha256 = "1gs10w8hm47lmp4hln8qw02x7c018lxmcxs4i8dj3z5h2k64nx75"; 6 6 }; 7 7 linux_py_38_cpu = { 8 - url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp38-cp38-manylinux2010_x86_64.whl"; 9 - sha256 = "1li2gllznd5w3hh2w9ibh5lkvvssnwh5vhk7i873dxjjdl1w8sqy"; 8 + url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 9 + sha256 = "01jz7vsinbzznzh6dv5bcz0yf8v050wd0axpn9z2jakkh5bwskhp"; 10 10 }; 11 11 linux_py_39_cpu = { 12 - url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp39-cp39-manylinux2010_x86_64.whl"; 13 - sha256 = "03swmyak1hb0k6b2fi9a8g76fi57jz30ym015a576iwp42pqcgkq"; 12 + url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 13 + sha256 = "0458w6p567pm9xs1n5x4z5qygmlwy752d8livvn98p3j0lzccnhy"; 14 14 }; 15 15 linux_py_310_cpu = { 16 - url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp310-cp310-manylinux2010_x86_64.whl"; 17 - sha256 = ""; 16 + url = "https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 17 + sha256 = "136d7hjdsks7gvgz54vl9riq1xdqpiamjp449myy9a768vz2xghp"; 18 18 }; 19 19 linux_py_37_gpu = { 20 - url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl"; 21 - sha256 = "06q3vjrlqfkqa5r18hla3d8ms1sqa897g7fpnqizgh4k8skhm9fq"; 20 + url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 21 + sha256 = "11w1jrz9x6c8kzqfv14snp9djrwy17qc74h5kdiphhprm9ikkikz"; 22 22 }; 23 23 linux_py_38_gpu = { 24 - url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp38-cp38-manylinux2010_x86_64.whl"; 25 - sha256 = "0099aa5g19zi74n6bamhmmcgp096m41fhr61swkwnh92myz1ylgb"; 24 + url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 25 + sha256 = "0vszrrnm706cqqv7b0726dd9ql3pcd08almqk8w0bcfk3fz05d3w"; 26 26 }; 27 27 linux_py_39_gpu = { 28 - url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp39-cp39-manylinux2010_x86_64.whl"; 29 - sha256 = "0zw20yvlqga7znr13pa10qxww42mj64209syiicgvhs74ji1zdca"; 28 + url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 29 + sha256 = "18mgv36kdpx4q39qm708abfcjxy4gppv9ray0f418q0jlmfy2fi0"; 30 30 }; 31 31 linux_py_310_gpu = { 32 - url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp310-cp310-manylinux2010_x86_64.whl"; 33 - sha256 = "06kwjlhzl46jhjcg836crys2aw39x0g8s1s9qfscm1kbwzbww1hq"; 32 + url = "https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"; 33 + sha256 = "17wnvfgj9vynq1ibylfqw2cngnjawsxw1mvphdl3g57i92mqsn2x"; 34 34 }; 35 35 mac_py_37_cpu = { 36 - url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp37-cp37m-macosx_10_14_x86_64.whl"; 37 - sha256 = "1z5w6wx3h45fz0ji9kn2m2kf963bqbvmqc7cyjv4ixymd0rp4jps"; 36 + url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.9.0-cp37-cp37m-macosx_10_14_x86_64.whl"; 37 + sha256 = "1lvc8rp0a0snjz5cgw6m5nk9qdnl6h7v2cc2pmxssp5c0flqzx4j"; 38 38 }; 39 39 mac_py_38_cpu = { 40 - url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp38-cp38-macosx_10_14_x86_64.whl"; 41 - sha256 = "1h5v8flhc5zb038ld0av7638cyqqkrib379lrlzvf8dw7q8ry3yx"; 40 + url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.9.0-cp38-cp38-macosx_10_14_x86_64.whl"; 41 + sha256 = "1lgpgbasmc1av9njz3i1654qkbw2c99x8c7vb2yslnw63s79j774"; 42 42 }; 43 43 mac_py_39_cpu = { 44 - url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp39-cp39-macosx_10_14_x86_64.whl"; 45 - sha256 = "0qsmlrf8h2gxkimniyrz9bniaqpdsd92pficmsrq30k8rkz2bwjj"; 44 + url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.9.0-cp39-cp39-macosx_10_14_x86_64.whl"; 45 + sha256 = "07dd3srqx78aq7w0g6k1x6l7zphwhm29lv9ai3gyqszi99cpn5pr"; 46 46 }; 47 47 mac_py_310_cpu = { 48 - url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp310-cp310-macosx_10_14_x86_64.whl"; 49 - sha256 = "0lnwbvil6c6ai10lcaj9ay9pya207s9g204273msjalm1hpbmhvq"; 48 + url = "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.9.0-cp310-cp310-macosx_10_14_x86_64.whl"; 49 + sha256 = "14fz1id9clcbcrq4y8i1ij1nrk6dz36cqxb88ilip0jj36vfy991"; 50 50 }; 51 51 }
+9 -9
pkgs/development/python-modules/tensorflow/prefetcher.sh
··· 1 1 #!/usr/bin/env bash 2 2 3 - version="2.8.0" 3 + version="2.9.0" 4 4 5 5 bucket="https://storage.googleapis.com/tensorflow" 6 6 ··· 8 8 # on the following page: 9 9 # https://www.tensorflow.org/install/pip?lang=python3#package-location 10 10 url_and_key_list=( 11 - "linux_py_37_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp37-cp37m-manylinux2010_x86_64.whl" 12 - "linux_py_38_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp38-cp38-manylinux2010_x86_64.whl" 13 - "linux_py_39_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp39-cp39-manylinux2010_x86_64.whl" 14 - "linux_py_310_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp310-cp310-manylinux2010_x86_64.whl" 15 - "linux_py_37_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp37-cp37m-manylinux2010_x86_64.whl" 16 - "linux_py_38_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp38-cp38-manylinux2010_x86_64.whl" 17 - "linux_py_39_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp39-cp39-manylinux2010_x86_64.whl" 18 - "linux_py_310_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp310-cp310-manylinux2010_x86_64.whl" 11 + "linux_py_37_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 12 + "linux_py_38_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 13 + "linux_py_39_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 14 + "linux_py_310_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 15 + "linux_py_37_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 16 + "linux_py_38_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 17 + "linux_py_39_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 18 + "linux_py_310_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" 19 19 "mac_py_37_cpu $bucket/mac/cpu/tensorflow-${version}-cp37-cp37m-macosx_10_14_x86_64.whl" 20 20 "mac_py_38_cpu $bucket/mac/cpu/tensorflow-${version}-cp38-cp38-macosx_10_14_x86_64.whl" 21 21 "mac_py_39_cpu $bucket/mac/cpu/tensorflow-${version}-cp39-cp39-macosx_10_14_x86_64.whl"
+16 -8
pkgs/development/tools/vultr/default.nix
··· 1 - { lib, buildGoPackage, fetchFromGitHub }: 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + }: 2 5 3 - buildGoPackage rec { 6 + buildGoModule rec { 4 7 pname = "vultr"; 5 8 version = "2.0.3"; 6 - goPackagePath = "github.com/JamesClonk/vultr"; 7 9 8 10 src = fetchFromGitHub { 9 11 owner = "JamesClonk"; ··· 12 14 sha256 = "sha256-kyB6gUbc32NsSDqDy1zVT4HXn0pWxHdBOEBOSaI0Xro="; 13 15 }; 14 16 15 - meta = { 16 - description = "A command line tool for Vultr services, a provider for cloud virtual private servers"; 17 - homepage = "https://github.com/JamesClonk/vultr"; 18 - license = lib.licenses.mit; 19 - maintainers = [ lib.maintainers.zauberpony ]; 17 + vendorSha256 = null; 18 + 19 + # There are not test files 20 + doCheck = false; 21 + 22 + meta = with lib; { 23 + description = "Vultr CLI and API client library"; 24 + homepage = "https://jamesclonk.github.io/vultr"; 25 + changelog = "https://github.com/JamesClonk/vultr/releases/tag/${src.rev}"; 26 + license = licenses.mit; 27 + maintainers = with maintainers; [ zauberpony ]; 20 28 }; 21 29 }
+3 -3
pkgs/tools/misc/broot/default.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "broot"; 18 - version = "1.13.1"; 18 + version = "1.13.3"; 19 19 20 20 src = fetchCrate { 21 21 inherit pname version; 22 - sha256 = "sha256-mAa6AT8z+U2d6BSqYwnlwqQG7GEF8CgcdZweLBC+Wws="; 22 + sha256 = "sha256-OiBmgXGyxEIS7rkRmJbEZdoWPk27j+QD5I+mqJSSxH0="; 23 23 }; 24 24 25 - cargoHash = "sha256-y5RRNy+9NPuiD3e62hYQGNQ9tkre9sQ1oCRG1AlcVos="; 25 + cargoHash = "sha256-qc68n8bxKuzqnhwS+d33hC4PWZJG1UQMytQUGyJd1bc="; 26 26 27 27 nativeBuildInputs = [ 28 28 installShellFiles
+3 -3
pkgs/tools/misc/direnv/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "direnv"; 5 - version = "2.32.0"; 5 + version = "2.32.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "direnv"; 9 9 repo = "direnv"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-VPFN1W49FDzCblmTEq9UR2+j7wL5YIRxwpy6nlxBLfk="; 11 + sha256 = "sha256-xweCJtGp+id2ledK5ddoXoKJp57KUvwHuqhrIo8ch8Q="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-gFGGnnR1UNT4MYC411X8NwIqVJZqhnmUlVR+XAnrKY8="; 14 + vendorSha256 = "sha256-u/LukIOYRudFYOrrlZTMtDAlM3+WjoSBiueR7aySSVU="; 15 15 16 16 # we have no bash at the moment for windows 17 17 BASH_PATH =
+3 -1
pkgs/top-level/all-packages.nix
··· 33640 33640 33641 33641 verifast = callPackage ../applications/science/logic/verifast {}; 33642 33642 33643 - veriT = callPackage ../applications/science/logic/verit {}; 33643 + veriT = callPackage ../applications/science/logic/verit { 33644 + stdenv = gccStdenv; 33645 + }; 33644 33646 33645 33647 why3 = callPackage ../applications/science/logic/why3 { }; 33646 33648