Commit Graph

376 Commits

Author SHA1 Message Date
66f75fae61 Switched to patched nix-straight fork 2023-08-14 13:13:49 -05:00
68c1175d46 fix: rm evil-collection from overrides
This change was added to allow evil-collection to compile on latest
versions macOS Ventura, the evil-collection version at the time of this
change was halting on the compilation of the
`evil-collection-speedbar.el` file.

Unfortunately, with this approach, although it finishes the nix-doom
emacs compilation, leaves doom-emacs' runtime in a faulty state. The
emacs package relies on a sub-directory `modes` that doesn't get
compiled when specifying this dependency in the overrides list.

As a way to make it work as expected on macOS Ventura, users should
override the `emacsPackagesOverlay` option and specify the
`evil-collection` variable. Following an example

```
{ pkgs, ... }:
{
  programs.doom-emacs = {
    enable = true;
    emacsPackagesOverlay = _final: _prev: {
        inherit (pkgs.emacsPackages) evil-collection;
    };
  };
}
```
2023-07-10 09:46:29 -07:00
2c4ba0d77f generate missing flake.lock entry from #443
This broke flake-compat support for a few users & isn't covered by CI.
2023-06-17 02:44:36 +03:00
588ccf37fa flake.lock: Updating 'org (emacs-straight/org-mode)' - eaf27490 -> 08071079 (#426)
### Changes for org

On branch: main
Commits: eaf274909f...080710797a

- [9e42842a](9e42842a82) org-persist: Fix :last-access being set on every write
- [2bc51021](2bc510217a) org-element--cache-find: Remove statistics gathering code
- [ef800e3b](ef800e3bec) org--collect-keywords-1: Handle FIXME
- [52dc4805](52dc48050e) Handle compiler warnings from Emacs master
- [7e75571f](7e75571f02) Handle more compiler warnings from Emacs master
- [f067a4bd](f067a4bd43) org-attach-tag: Work around error when before first heading
- [52d9961f](52d9961f50) org-set-tags-command: Provide more useful error when before first heading
- [42e95938](42e95938ed) org-latex-compile: Fix erasing PDF output buffer late
- [eb6cabde](eb6cabdee5) mk: Expand shell commands once only
- [989cc514](989cc51499) Prefer "timestamp" over "time-stamp"
- [76c33405](76c3340557) * doc/org-manual.org: Fix obsolete variables
- [09cf89f7](09cf89f712) org-delete-indentation: Support region selection
- [310a6689](310a668917) org-compile-file-commands: Fix return value when PROCESS is a function
- [c265d964](c265d964f9) ox-odt: Improve some warning messages
- [c756f8a8](c756f8a853) org-odt-plain-text: Fix when TEXT is a blank string
- [a686c7b6](a686c7b609) ox-odt: Throw actual error when export fails
- [921e0e8b](921e0e8bc1) Update version number for the 9.6.5 release
- [b77a209f](b77a209f78) Backport commit 4f0849a9e from Emacs
- [2993f482](2993f482c1) Backport commit 2bcf11d0e from Emacs
- [08077812](08077812ef) org-clock-update-time-maybe: Fix return value
- [05c3e59d](05c3e59de1) org-manual: Document how to profile performance
- [9ea50ca2](9ea50ca211) Use `calendar-buffer' constant to refer to calendar buffers
- [e58bbded](e58bbded5c) lisp/ob-lisp: fix `org-babel-execute:lisp' for use with Sly
- [5ec364a1](5ec364a1ae) org-cite-list-bibliography-files: Preserve relative bibliography paths
- [e11073d1](e11073d17d) org-persist-gc: GC collections without persist file
- [f268819d](f268819d19) org-babel-common-header-args-w-values: Add docstring
- [08071079](080710797a) fixup! org-babel-common-header-args-w-values: Add docstring

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-05 01:20:50 +00:00
33db1786e0 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 5b7bbca1 -> 8e3b64db (#422)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 5b7bbca14c...8e3b64db39

- [caf337e6](caf337e63e) terraform-providers.baiducloud: 1.19.6 -> 1.19.7
- [57eebd44](57eebd4459) terraform-providers.grafana: 1.37.2 -> 1.38.0
- [e634cefd](e634cefd64) terraform-providers.http: 3.2.1 -> 3.3.0
- [5acfc735](5acfc7357c) terraform-providers.linode: 1.30.0 -> 2.0.0
- [8616a408](8616a408c8) terraform-providers.snowflake: 0.62.0 -> 0.63.0
- [c0308364](c03083646a) typos: 1.13.18 -> 1.14.8
- [d8250439](d8250439c7) wakatime: 1.70.1 -> 1.73.0
- [646cc0d1](646cc0d162) sentry-cli: 2.16.1 -> 2.17.4
- [e1beca45](e1beca457b) nats-server: 2.9.15 -> 2.9.16
- [878f4e62](878f4e62e9) pinniped: 0.22.0 -> 0.23.0
- [169b6c50](169b6c50ab) protoc-gen-connect-go: 1.6.0 -> 1.7.0
- [3cd7f52d](3cd7f52da7) catppuccin-kde: 0.2.2 -> 0.2.4
- [bc9a2f67](bc9a2f67a2) python310Packages.archinfo: 9.2.47 -> 9.2.48
- [570e5e3e](570e5e3e23) python310Packages.ailment: 9.2.47 -> 9.2.48
- [a21211f0](a21211f002) python310Packages.pyvex: 9.2.47 -> 9.2.48
- [3cf2c43b](3cf2c43b72) python310Packages.claripy: 9.2.47 -> 9.2.48
- [c464ef16](c464ef167d) python310Packages.cle: 9.2.47 -> 9.2.48
- [a1ed8e8e](a1ed8e8e55) python310Packages.angr: 9.2.47 -> 9.2.48
- [37423561](3742356150) python311Packages.identify: 2.5.22 -> 2.5.23
- [b4f893b9](b4f893b9a1) python311Packages.ge25519: 1.3.0 -> 1.4.0
- [c9e32fdb](c9e32fdb23) python311Packages.fe25519: 1.3.0 -> 1.4.0
- [1f799b8f](1f799b8fa4) python311Packages.yalexs-ble: 2.1.14 -> 2.1.16
- [d2831ca5](d2831ca5da) uhdm: 1.45 -> 1.57
- [e3032b1d](e3032b1d78) surelog: 1.45 -> 1.57
- [123b92da](123b92da6c) yosys-symbiflow: 2023.02.08 -> 1.20230425
- [e8ff797d](e8ff797d86) karax: fa4a2dc -> 5cf360c
- [969403c9](969403c916) nitter: unstable-2023-03-28 -> unstable-2023-04-21
- [28c6334a](28c6334afb) gdcm: fix build on darwin
- [15554e75](15554e75ad) python3Packages.pyquery: skip test failing with new libxml2
- [9ba06bcd](9ba06bcddb) metals: 0.11.11 -> 0.11.12
- [e3220320](e3220320ca) python3Packages.fido2: 1.1.0 -> 1.1.1
- [6eb03407](6eb0340777) appflowy: 0.1.2 -> 0.1.3
- [46ef640e](46ef640edc) python310Packages.zigpy: 0.54.1 -> 0.55.0
- [407a062f](407a062f44) python3Packages.ctap-keyring-device: fixup fido2 override
- [bea4adb3](bea4adb31f) osi: 0.108.7 -> 0.108.8
- [d5180de7](d5180de754) bcc: disable libdebuginfod integration
- [dce3b1ee](dce3b1ee5d) notmuch: fix darwin build
- [81364e36](81364e3652) awscli2: 2.11.6 -> 2.11.15
- [fe91a464](fe91a46463) python310Packages.aioesphomeapi: 13.7.0 -> 13.7.2
- [0448f781](0448f7815e) amberol: 0.10.0 -> 0.10.1
- [2d2c3c0b](2d2c3c0bda) ravedude: init at 0.1.5
- [dc1b9f6e](dc1b9f6ec6) arcan: change self to finalAttrs
- [8a97136a](8a97136a95) cat9: change self to finalAttrs
- [1d03c91a](1d03c91a97) durden: change self to finalAttrs
- [57804559](578045597a) prio: change self to finalAttrs
- [12c35abc](12c35abc29) dev86: change self to finalAttrs
- [8cb18516](8cb1851624) dxa: change self to finalAttrs
- [7439d61a](7439d61ae5) xa: change self to finalAttrs
- [cbe2d12c](cbe2d12c49) yabasic: change self to finalAttrs
- [dfa3263a](dfa3263a1f) cgreen: change self to finalAttrs
- [50d259e5](50d259e52c) libbytesize: change self to finalAttrs
- [e4aa12d4](e4aa12d4f8) bmake: change self to finalAttrs
- [61d49c47](61d49c476c) fonts (treewide): change self to finalAttrs
- [6bd82c1d](6bd82c1d25) firewalld-gui: 1.3.1 -> 1.3.2
- [a7d91e68](a7d91e68ac) erigon: 2.42.0 -> 2.43.0
- [e8d6be7a](e8d6be7a4b) xen: mark EOL ≤ 4.15, add known CVEs in nixpkgs
- [a1eed9f1](a1eed9f1ff) zbar: 0.23.90 -> 0.23.92
- [8ae1865b](8ae1865b52) zbar: make checkPhase work, and enable it
- [d0d211ad](d0d211ad55) cargo-chef: 0.1.56 -> 0.1.59
- [fdd4f77e](fdd4f77e5c) zbar: enable checkPhase on Darwin
- [28398b3c](28398b3ca1) termusic: 0.7.9 -> 0.7.10
- [be1e2802](be1e280246) irrd: init at 4.2.6 ([NixOS/nixpkgs⁠#210565](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/210565))
- [e068055c](e068055c01) foundationdb71: 7.1.26 -> 7.1.30
- [6f74da26](6f74da2657) syft: 0.76.1 -> 0.79.0
- [171987b2](171987b298) salt: 3005.1 -> 3006.0
- [1dc71951](1dc719510e) swayr: 0.24.0 -> 0.25.0
- [92807f81](92807f81d7) linkerd_edge: 23.3.4 -> 23.4.2
- [fbfbd973](fbfbd97368) python311Packages.lazy-loader: 0.1 -> 0.2
- [8560b81d](8560b81d18) libglibutil: 1.0.68 -> 1.0.69
- [68cbd043](68cbd043bf) typst: 0.2.0 -> 0.3.0
- [edfc946b](edfc946b04) xcaddy: 0.3.2 -> 0.3.3
- [9bf9c503](9bf9c5032b) cargo-binstall: 0.22.0 -> 0.23.0
- [018fe5d7](018fe5d71b) trurl: 0.4 -> 0.6
- [94ccd5fd](94ccd5fdf8) pkgsMusl.firefox: fix build
- [bad5e4f4](bad5e4f489) firefox: enable pgo on musl
- [7a32a141](7a32a141db) firefox: fix indentation
- [215801b5](215801b5f4) trurl: add passthru.tests.version
- [6c39f646](6c39f6467f) cargo-about: 0.5.5 -> 0.5.6
- [a6e90dec](a6e90dec5f) nix-melt: init at 0.1.2
- [513e072b](513e072bcc) gitlab: 15.10.2 -> 15.11.0 ([NixOS/nixpkgs⁠#227258](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/227258))
- [1d71d2e8](1d71d2e883) buildBazelPackage: never append to fFetchAttrs.installPhase
- [5effdaaa](5effdaaa40) nixos/tests/snipe-it: init ([NixOS/nixpkgs⁠#180772](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/180772))
- [775f1496](775f14969b) python3Packages.djangorestframework-guardian2: init at 0.5.0
- [be5f8fa5](be5f8fa506) paperless-ngx: 1.13.0 -> 1.14.0
- [f0a53c2e](f0a53c2ed3) maintainers: add flexiondotorg
- [87559131](875591314c) obs-studio-plugins.obs-source-clone: init at 0.1.3
- [8afa0168](8afa0168c0) git-machete: 3.17.0 -> 3.17.1
- [fdc0b683](fdc0b6830d) release-notes: mention {build,host,target}Platform deprecation
- [6b7ac453](6b7ac453b4) mysql80: 8.0.32 -> 8.0.33
- [b9bd4cc1](b9bd4cc1bd) vscode-extensions.devsense.composer-php-vscode: 1.33.12924 -> 1.33.13032
- [614e8296](614e8296b2) vscode-extensions.devsense.phptools-vscode: 1.33.12924 -> 1.33.13032
- [31fa70d2](31fa70d2b4) vscode-extensions.devsense.profiler-php-vscode: 1.33.12924 -> 1.33.13032
- [97bac2a0](97bac2a0d8) vscode-extensions.nvarner-typst-lsp: 0.3.0 -> 0.4.1
- [8380a235](8380a2354c) vscode-extensions.chris-hayes.chatgpt-reborn: 3.11.2 -> 3.16.1
- [4c969691](4c96969146) vscode-extensions.genieai.chatgpt-vscode: 0.0.3 -> 0.0.7
- [84c771b1](84c771b15a) vscode-extensions.github.github-vscode-theme: 6.3.3 -> 6.3.4
- [e3c56af4](e3c56af419) vscode-extensions.github.vscode-github-actions: 0.25.3 -> 0.25.6
- [2268fbe3](2268fbe3fc) signalbackup-tools: 20230424-1 -> 20230426
- [0551d17b](0551d17bbd) languagetool: 5.9 -> 6.1
- [58d57ff1](58d57ff12a) smbmap: init at unstable-2023-03-29
- [9a7178f7](9a7178f766) code-server: 4.8.3 -> 4.12.0
- [c5829e0e](c5829e0e16) python310Packages.docformatter: 1.6.3 -> 1.6.4
- [2a75232c](2a75232c11) pkgsMusl.directfb: unbreak ([NixOS/nixpkgs⁠#228345](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/228345))
- [1aa8534f](1aa8534f3e) nixos/nixos-generate-config: use `hostPlatform.system` instead of calling `nix`
- [4955942e](4955942ece) ntfy-sh: 2.3.1 -> 2.4.0
- [03f4cef4](03f4cef488) python310Packages.django-markup: 1.6 -> 1.7
- [aafb8707](aafb870729) libsForQt5.libopenshot: 0.3.0 -> 0.3.2
- [6f748d6f](6f748d6fda) godns: 2.9.6 -> 2.9.7
- [7c4c2ad1](7c4c2ad1ca) pkgsMusl.gnome-icon-theme: fix build ([NixOS/nixpkgs⁠#228341](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/228341))
- [278090b3](278090b338) python310Packages.aliyun-python-sdk-config: 2.2.7 -> 2.2.8
- [6177177e](6177177e4b) librewolf: enable pgo ([NixOS/nixpkgs⁠#228363](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/228363))
- [0d380897](0d3808978a) traefik: 2.9.10 -> 2.10.0 ([NixOS/nixpkgs⁠#228059](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/228059))
- [46a7383d](46a7383d87) libcdio: remove musl patch ([NixOS/nixpkgs⁠#228392](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/228392))
- [99cb935f](99cb935fbf) telegram-desktop: remove crimes
- [4d3b2132](4d3b2132a5) mdcat: 2.0.2 -> 2.0.3
- [01bc75d0](01bc75d0bf) python310Packages.pydeps: 1.12.1 -> 1.12.2
- [855cff92](855cff92e0) nixos/lemmy: fix documentation links
- [5f96aa94](5f96aa9436) texlive.combine: wrap with FONTCONFIG_FILE
- [c5403f45](c5403f4505) texlive.combine: expose font directory via passthru
- [f2644470](f2644470f9) tests.texlive: also test xelatex in the opentype font test
- [27f62b7c](27f62b7ca8) exploitdb: 2023-04-25 -> 2023-04-26
- [65bc0111](65bc011158) terraform: 1.4.5 -> 1.4.6
- [b49a7333](b49a7333f6) budgie.budgie-desktop: 10.7.1 -> 10.7.2
- [e96baa11](e96baa117a) nixos/budgie: Add Zenity
- [02633ab7](02633ab77c) typst-fmt: unstable-2023-04-16 -> unstable-2023-04-26
- [e90e0a05](e90e0a05f4) automatic-timezoned: 1.0.82 -> 1.0.85
- [8e3b64db](8e3b64db39) openafs: Patch for Linux kernel 6.3 ([NixOS/nixpkgs⁠#228217](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/228217))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-28 01:31:33 +00:00
0645544713 flake.lock: Updating 'org (emacs-straight/org-mode)' - f81ba451 -> eaf27490 (#423)
### Changes for org

On branch: main
Commits: f81ba451a7...eaf274909f

- [14dccff8](14dccff8b3) * lisp/org.el org-latex-packages-alist: fixed type definition
- [92f9135b](92f9135b3c) org-open-at-point: Fix opening multiple file links
- [63762377](6376237779) org-babel-parse-multiple-vars: Do no err on empty :var
- [56f651e9](56f651e961) org-lint: Add new linter for empty header arguments
- [8eb20998](8eb209984e) Backport commit 62e4eb8fcf7 from Emacs
- [d97ba5ba](d97ba5ba52) org-babel-expand-body:scheme: define header arg vars using define
- [eaf27490](eaf274909f) Consistently allow null character in block and drawer bodies

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-28 01:31:25 +00:00
298c1ad2cc flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 96ba1c52 -> 5b7bbca1 (#419)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 96ba1c52e5...5b7bbca14c

- [7cce9124](7cce912449) python310Packages.onvif-zeep-async: 1.2.11 -> 1.3.0
- [4c64b1a3](4c64b1a3c2) icewm: 3.3.2 -> 3.3.3
- [b7af36c6](b7af36c6aa) hstr: 2.6 -> 3.0
- [376e02c7](376e02c721) nixos/cupsd: add udev rules of driver packages
- [f56a3adf](f56a3adffa) gvm-libs: 22.4.5 -> 22.4.6
- [57180cbe](57180cbe31) brev-cli: 0.6.215 -> 0.6.217
- [d9a9e87b](d9a9e87b11) dyff: 1.5.6 -> 1.5.7
- [68d6bc84](68d6bc84cc) esbuild: 0.17.16 -> 0.17.17
- [9431263b](9431263be7) go-minimock: 3.1.2 -> 3.1.3
- [c67aaac7](c67aaac7b8) dae: 0.1.5 -> 0.1.7
- [44d94157](44d94157c6) xfce.xfce4-timer-plugin: 1.7.1 -> 1.7.2
- [acad2e4c](acad2e4ccd) python310Packages.grpcio-tools: 1.53.0 -> 1.54.0
- [c907b8ce](c907b8ce8a) hstr: 3.0 -> 3.1
- [8f283985](8f28398592) python310Packages.grpcio-status: 1.53.0 -> 1.54.0
- [a8a09705](a8a0970558) millet: 0.9.0 -> 0.9.3
- [52f946e5](52f946e519) terraform-providers.buildkite: 0.14.0 -> 0.15.0
- [b9888113](b988811317) terraform-providers.dns: 3.2.4 -> 3.3.0
- [57ab675e](57ab675e52) terraform-providers.github: 5.22.0 -> 5.23.0
- [fcc085ae](fcc085aef7) terraform-providers.kafka: 0.5.2 -> 0.5.3
- [b10a041f](b10a041f0d) terraform-providers.nutanix: 1.8.0 -> 1.8.1
- [e84df556](e84df5564d) etcd_3_4: 3.4.24 -> 3.4.25
- [32ef6c36](32ef6c3629) go: only include Darwin target dependencies when targeting Darwin
- [0a88af2a](0a88af2a72) cargo-llvm-cov: 0.5.14 -> 0.5.16
- [73ff45e1](73ff45e1e6) automatic-timezoned: 1.0.81 -> 1.0.82
- [50018aff](50018aff3e) carapace: 0.24.1 -> 0.24.4
- [deb19e2a](deb19e2a77) python310Packages.django-dynamic-preferences: 1.14.0 -> 1.15.0
- [5d456b31](5d456b3172) go-audit: 1.1.1 -> 1.2.0
- [831cb5cc](831cb5ccd7) datree: 1.8.47 -> 1.8.65
- [1fdff907](1fdff907c5) hydroxide: 0.2.25 -> 0.2.26
- [fac2a5c6](fac2a5c6c7) ocamlPackages.lwt_camlp4: fix build
- [e9193e28](e9193e28d4) drill: 0.8.2 -> 0.8.3
- [fb689e03](fb689e0328) ejabberd: 21.04 -> 23.01
- [e535c9a8](e535c9a8da) cyclonedx-gomod: 1.3.0 -> 1.4.0
- [1db8313b](1db8313b4f) deno: 1.32.4 -> 1.32.5
- [888d0a9a](888d0a9ab6) spice-gtk: fix build on darwin
- [e14a1883](e14a1883fb) python310Packages.snakeviz: 2.1.1 -> 2.1.2
- [d2bb5407](d2bb5407d3) web-eid-app: init at 2.2.0
- [17b0b7d1](17b0b7d117) nix-update: 0.16.0 -> 0.17.0
- [1e1d319b](1e1d319b16) tela-circle-icon-theme: 2023-01-29 -> 2023-04-16
- [1c3526fd](1c3526fdd7) deepin.dde-file-manager: 6.0.14 -> 6.0.15
- [80fcb9ff](80fcb9ff1e) cargo-ndk: 2.12.6 -> 3.0.1
- [df00d693](df00d693ba) cpuminer: unbreak on aarch64-darwin
- [c9a2be17](c9a2be1792) securefs: 0.11.1 -> 0.13.1
- [b97176d4](b97176d403) akkoma: 3.7.1 -> 3.8.0
- [8fda60ec](8fda60ec96) akkoma-fe: 2023-03-11 -> 2023-04-14
- [a895e7e8](a895e7e833) filebot: 5.0.1 -> 5.0.2
- [0ddbe691](0ddbe69156) filebot: fix stty command in --mode interactive
- [77da756d](77da756d53) go-motion: 1.1.0 -> 1.2.0
- [0383f8de](0383f8de77) grafana-dash-n-grab: 0.3.1 -> 0.4.3
- [99e6cd65](99e6cd65a5) crow-translate: 2.10.3 -> 2.10.4
- [bfca6a80](bfca6a806c) python310Packages.tplink-omada-client: 1.2.3 -> 1.2.4
- [14d7a737](14d7a73714) tandem-aligner: unstable-2022-09-17 -> 0.1
- [e201b155](e201b1556f) tandem-aligner: add changelog to meta
- [e164e82a](e164e82aa3) sarasa-gothic: 0.40.4 -> 0.40.5
- [55aa1bc3](55aa1bc362) firefox-esr-102-unwrapped: Drop obsolete rust-cbindgen patch
- [b979f3be](b979f3be1f) firefox-unwrapped: Apply patch for mozbz[NixOS/nixpkgs⁠#1803016](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/1803016)
- [62cafc4a](62cafc4a8c) libzen: 0.4.40 -> 0.4.41
- [b344f6ce](b344f6cee0) rectangle: refactor
- [d5553d81](d5553d8198) rectangle: 0.67 -> 0.68
- [15d14c53](15d14c53a7) python310Packages.execnb: 0.1.4 -> 0.1.5
- [ef9c4637](ef9c46372c) tmux-mem-cpu-load: 3.6.2 -> 3.7.0
- [e6c0587e](e6c0587ee5) nixosTests.power-profiles-daemon: enable polkit
- [017fc7a6](017fc7a6e1) php80Packages.psalm: 5.4.0 -> 5.9.0
- [ecf8dae2](ecf8dae25d) hepmc3: 3.2.5 -> 3.2.6 ([NixOS/nixpkgs⁠#226333](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/226333))
- [cafa2f02](cafa2f02fb) root: enable root7 ([NixOS/nixpkgs⁠#226351](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/226351))
- [656f2b69](656f2b6979) pspg: 5.7.4 -> 5.7.5
- [44ebd107](44ebd107ad) gopass-jsonapi: 1.15.4 -> 1.15.5
- [213f6aa8](213f6aa82c) libdeltachat: 1.112.6 -> 1.112.7
- [29ae6a1f](29ae6a1f3d) deltachat-desktop: 1.36.2 -> 1.36.3
- [7a9f916d](7a9f916d97) ergochat: 2.11.0 -> 2.11.1
- [d01c2cb6](d01c2cb602) logseq: 0.9.2 -> 0.9.3
- [7f6a225a](7f6a225a6a) live555: 2023.01.19 -> 2023.03.30
- [3fa9f1f0](3fa9f1f00e) python3Packages.jaxlib-bin: fix ofborg evaluation
- [901994cd](901994cd7a) cloud-nuke: 0.29.2 -> 0.29.4
- [85d9b0a3](85d9b0a3d5) httplib: 0.12.1 -> 0.12.2
- [846043bc](846043bcfc) ibus: 1.5.27 -> 1.5.28
- [1fbb1053](1fbb105341) ibus: fix build and codepoint/emoji input
- [15986016](159860169f) osu-lazer: 2023.403.1 -> 2023.419.0
- [70ae0077](70ae0077c7) osu-lazer-bin: 2023.403.1 -> 2023.419.0
- [501c1f36](501c1f368a) glooctl: 1.13.11 -> 1.13.12
- [e85669c7](e85669c7b7) ghq: 1.4.1 -> 1.4.2
- [9a12bbff](9a12bbff02) flow: 0.203.1 -> 0.204.0
- [bc79cb69](bc79cb691c) fn-cli: 0.6.23 -> 0.6.24
- [3403ee06](3403ee0602) nixos/fail2ban: add bantime option
- [9000be6e](9000be6e04) python310Packages.iocextract: 1.15.1 -> 1.15.2
- [1794d848](1794d84857) python310Packages.renault-api: 0.1.12 -> 0.1.13
- [4caa0059](4caa00594c) systemd: fix precedence in withLibBPF condition
- [685b423e](685b423e45) ocamlPackages.lwt: fix for OCaml >= 5
- [3df03f23](3df03f233a) ocamlPackages.ocplib-endian: fix for OCaml >= 5
- [a30fa465](a30fa46542) ocamlPackages.tcpip: fix build on darwin
- [33020fdd](33020fdd24) ruff: 0.0.261 -> 0.0.262
- [6d7dca30](6d7dca30fe) ghz: 0.111.0 -> 0.115.0 ([NixOS/nixpkgs⁠#209494](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/209494))
- [60cf24c6](60cf24c600) python310Packages.niaclass: 0.1.3 -> 0.1.4
- [b0b53c21](b0b53c21d6) pluto: 5.16.0 -> 5.16.1
- [b39e8317](b39e831701) lxgw-neoxihei: 1.009 -> 1.010
- [1eb302a6](1eb302a630) brother-ql: set meta.mainProgram
- [fd3438ab](fd3438ab51) mermerd: 0.6.1 -> 0.7.0
- [a61421ec](a61421ec1e) vals: 0.24.0 -> 0.25.0
- [d08b6c9e](d08b6c9e12) jet: 0.4.23 -> 0.4.24
- [8bd94a00](8bd94a00c5) shipyard: 0.4.14 -> 0.5.2
- [ae898cf2](ae898cf2d7) cargo-chef: 0.1.52 -> 0.1.56
- [8aec299c](8aec299c6b) git-machete: 3.16.3 -> 3.17.0
- [603e89ee](603e89eef9) kanidm: BindMount certificate paths
- [d264df2b](d264df2b17) prometheus-artifactory-exporter: 1.12.0 -> 1.13.0
- [5b7bbca1](5b7bbca14c) whatsapp-emoji-linux: init at 2.22.8.79-1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 01:26:07 +00:00
3661bb9a19 flake.lock: Updating 'org (emacs-straight/org-mode)' - 5b300edf -> f81ba451 (#420)
### Changes for org

On branch: main
Commits: 5b300edf2e...f81ba451a7

- [96072266](9607226610) org-export--prune-tree: Ensure spaces when removing objects
- [8f058060](8f058060ce) * doc/org-manual.org: Clarify "++" explanation for habits
- [7c8623be](7c8623be96) fixup! * doc/org-manual.org: Clarify "++" explanation for habits
- [07508fb0](07508fb097) org-assert-version: Skip version check when Org is a part of Emacs
- [f1fd1f22](f1fd1f22f4) Update version number for the 9.6.4 release
- [f4446ce7](f4446ce795) ox-icalendar: Apply folding to whole VCALENDAR
- [a8a95b6c](a8a95b6c2c) * lisp/org-agenda.el: Do not modify string constant " "
- [0f6ae729](0f6ae7296e) org-agenda-dim-blocked-tasks: Fix when the value is 'invisible
- [62996300](62996300ef) org-manual.org: Clarify the ox-md uses the original markdown spec
- [c827341d](c827341dfb) org-cite-activate: Ensure that we keep the correct match-data
- [7d8a9324](7d8a9324f8) org-babel-js-function-wrapper: Fix when the last line is a comment
- [ab85c1b9](ab85c1b958) org-fold: Allow customizing commands where invisible edits are checked
- [cfe5e01e](cfe5e01e14) org-lint: Add checker for $...$ LaTeX fragments
- [26ef5e3e](26ef5e3e5b) org-src: Use `sh-mode' for all the shells it can handle
- [2ebc5186](2ebc518675) * lisp/ob-R.el: Fix ESS compatibility
- [4929f0c5](4929f0c55f) * lisp/ob-R.el: Fix ESS compatibility
- [83e446ea](83e446ea86) * testing/lisp/test-ob-R.el: Fix test failures with the newest ESS
- [3c449cc4](3c449cc438) * testing/lisp/test-ob-R.el (ob-session-R-result-value): New test
- [264d555e](264d555e4b) org-org-publish-to-org: Handle fixme
- [27ee55eb](27ee55ebfd) ox-latex: Fix << and >> in verbatim and code markup
- [f81ba451](f81ba451a7) Prefer "backend" over "back-end"

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-21 01:26:00 +00:00
2b34bf438c flake.lock: Updating 'flake-utils (numtide/flake-utils)' - 411e8764 -> cfacdce0 (#414)
### Changes for flake-utils

On branch: main
Commits: 411e876415...cfacdce06f

- [946da791](946da79176) Update documentation for the `systems` argument of `simpleFlake` ([numtide/flake-utils⁠#92](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/92))
- [13faa43c](13faa43c34) Use less confusing syntax ([numtide/flake-utils⁠#85](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/85))
- [1c226cc8](1c226cc8c6) introduce externally extensible systems ([numtide/flake-utils⁠#93](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/93))
- [471aed54](471aed544a) fixup! introduce externally extensible systems ([numtide/flake-utils⁠#93](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/93))
- [575419ad](575419ad23) split out allSystems.nix
- [2f02e38d](2f02e38dfa) update allSystems.nix
- [033b9f25](033b9f258c) clean flake check warnings
- [cfacdce0](cfacdce06f) REAMDE: document the systems pattern a bit more

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-14 01:27:38 +00:00
328df720b5 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 38263d02 -> 96ba1c52 (#415)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 38263d02cf...96ba1c52e5

- [8cbf65ec](8cbf65ece9) Fix typo in coding-conventions.chapter.md
- [b2a38e68](b2a38e68e1) standardnotes: 3.150.7 -> 3.150.45
- [b0f06399](b0f06399bd) python310Packages.archinfo: 9.2.45 -> 9.2.46
- [da26a3b6](da26a3b6cb) python310Packages.ailment: 9.2.45 -> 9.2.46
- [fcee22c7](fcee22c7e0) python310Packages.pyvex: 9.2.45 -> 9.2.46
- [311b1041](311b10412b) python310Packages.claripy: 9.2.45 -> 9.2.46
- [74a4dd20](74a4dd20ec) python310Packages.cle: 9.2.45 -> 9.2.46
- [7972af8e](7972af8ea0) python310Packages.angr: 9.2.45 -> 9.2.46
- [7499ef8c](7499ef8c67) metasploit: 6.3.9 -> 6.3.11
- [56efef44](56efef4466) python310Packages.shtab: 1.6.0 -> 1.6.1
- [c347bd62](c347bd62a1) noto-fonts: switch to variable fonts and remove noto-font-extra
- [e7c6a07d](e7c6a07d25) gnomecast: 1.9.11 -> unstable-2022-04-23 ([NixOS/nixpkgs⁠#180342](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/180342))
- [d02debc0](d02debc0fa) python310Packages.pythonegardia: 1.0.51 -> 1.0.52
- [6c108c5a](6c108c5a72) ferretdb: 0.9.4 -> 1.0.0 ([NixOS/nixpkgs⁠#225792](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/225792))
- [445ef29d](445ef29db8) typst: 0.1.0 -> 0.2.0
- [8fb5d438](8fb5d438e2) cc2538-bsl: init at unstable-2022-08-03 ([NixOS/nixpkgs⁠#221394](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/221394))
- [e3702c07](e3702c0788) nixos/dhcpd: warn of pending removal
- [ef54de77](ef54de77dc) python3Packages.fastparquet: remove unnecessary numba dependency
- [ed0a9877](ed0a987755) hd-idle: 1.17 -> 1.20
- [36fbc69d](36fbc69d41) hub: unstable-2022-04-04 -> unstable-2022-12-01
- [5f711122](5f71112235) firecracker: 1.1.3 -> 1.3.1
- [c581a52a](c581a52a41) go-musicfox: 4.0.0 -> 4.0.1
- [718abd31](718abd311c) sequoia: 0.27.0 -> 0.28.0
- [75cb51aa](75cb51aa15) vimPlugins.vim-clap: move out of batch updates, 2023-04-02 -> 0.42
- [71a153a6](71a153a69f) palemoon-bin: 32.0.1 -> 32.1.0
- [6d6c4016](6d6c4016f2) palemoon-bin: Add version test
- [49712bf3](49712bf3bf) librewolf: 111.0.1-1 -> 112.0-1
- [d17e087d](d17e087daa) python310Packages.webssh: 1.6.1 -> 1.6.2
- [5959e9a1](5959e9a15d) deepin: use file name as fetchpatch's name
- [ef5caa67](ef5caa6748) deepin(go-package): use addToSearchPath to set GOPATH
- [031c6621](031c6621fb) dotnet-sdk_6.0 6.0.407 -> 6.0.408
- [6dbaba45](6dbaba45ac) dotnet-sdk_7.0: 7.0.202 -> 7.0.203
- [cc37d2b9](cc37d2b931) dotnet-sdk_8: 8.0.100-preview.2.23157.25 -> 8.0.100-preview.3.23178.7
- [136e1d9a](136e1d9aa3) deepin(go-package): don't use replaceAll
- [03ec4a63](03ec4a637a) deepin.dde-api: dont set PATH
- [f962206f](f962206f94) mafft: 7.515 -> 7.520
- [8a344794](8a344794fc) python311Packages.duckduckgo-search: init 2.8.5
- [729be44d](729be44d98) i2p: 2.1.0 -> 2.2.0
- [8eafc810](8eafc81075) dar: 2.7.8 -> 2.7.9
- [a758953c](a758953c19) platformio: add ncurses
- [3db5dabd](3db5dabdfd) python310Packages.pyngrok: 5.2.1 -> 5.2.2
- [debaa5d9](debaa5d9a8) trufflehog: 3.31.4 -> 3.31.5
- [e719b537](e719b53773) feroxbuster: 2.9.2 -> 2.9.3
- [ac3acd95](ac3acd956f) cc-wrapper: add optional temporary hack for -B
- [c7075836](c707583645) runc: 1.1.5 -> 1.1.6
- [f5eed9b9](f5eed9b97c) thunderbird-bin-unwrapped: 102.8.0 -> 102.10.0
- [9e37d6c9](9e37d6c90b) thunderbird-unwrapped: 102.9.1 -> 102.10.0
- [3ecc7b14](3ecc7b1484) nixos/gpsd: add multiple-device support for gpsd
- [6deaf0e0](6deaf0e061) maintainers: add niols
- [0dc61806](0dc61806f6) ocamlPackages.headache: init at 1.06
- [bdd481e9](bdd481e966) pcloud: 1.11.0 -> 1.12.0
- [42699d05](42699d0538) python310Packages.peewee-migrate: 1.6.6 -> 1.7.1
- [9d006b18](9d006b188f) sile: 0.14.8 → 0.14.9
- [9bf18e06](9bf18e069e) llvmPackages_13.compiler-rt-libc: also apply tmp hack
- [5b5cc67e](5b5cc67eff) terraform-providers.github: 5.21.1 -> 5.22.0
- [9161d107](9161d1074c) terraform-providers.pagerduty: 2.12.1 -> 2.12.2
- [0cb9d80a](0cb9d80a54) terraform-providers.random: 3.4.3 -> 3.5.0
- [9317e607](9317e60776) terraform-providers.heroku: 5.2.0 -> 5.2.1
- [3a741b4a](3a741b4adc) python3Packages.zipstream-ng: 1.3.4 -> 1.5.0
- [3f55c52e](3f55c52e07) golden-cheetah-bin: 3.6-RC3 -> 3.6-RC4
- [e7c85757](e7c857571a) htslib: 1.16 -> 1.17
- [d69d242b](d69d242b7b) Samtools: 1.13 -> 1.17
- [61b7a08c](61b7a08ce4) invidious: unstable-2023-03-31 -> unstable-2023-04-10
- [cdefbd2e](cdefbd2eb0) grafana: skip a test that started failing
- [72767191](72767191dd) chickenPackages: pass pkg-config to more packages
- [edfb1b1d](edfb1b1d4f) chicken: pass CXX_COMPILER
- [d51f7d4e](d51f7d4ef7) chickenPackages_5.chickenEggs.taglib: unbreak on darwin
- [a40dfa4f](a40dfa4f64) chickenPackages_5.chickenEggs.allegro: Add missing deps
- [6b7f0fbe](6b7f0fbe8a) chickenPackages_5.chickenEggs.opencl: unbreak on darwin
- [d0bb9ed6](d0bb9ed674) rocm-thunk: hack-fix failing to find libgcc_s.so
- [59962681](599626814d) newsflash: 2.2.4 -> unstable-2023-04-11
- [7486a74d](7486a74d9f) lisp-modules: avoid the replaced pkgs.webkitgtk_5_0
- [029a32f4](029a32f463) webkit2-sharp: Workaround build failure with WebKitGTK 2.40.0
- [bcdc29d7](bcdc29d7ae) emacs.pkgs.ement: remove manually packaged ement.el
- [df87a351](df87a35173) trurl: 0.3 -> 0.4
- [f9a12cd4](f9a12cd4dc) anydesk: 6.2.0 -> 6.2.1
- [262b22f0](262b22f0e2) anydesk: Fix url handler
- [d57c6060](d57c60607c) anydesk: Add cherrimoya as maintainer
- [6fc6b8f2](6fc6b8f2cc) chickenPackages: reduce brokenOnDarwin
- [fe2ecaf7](fe2ecaf706) rocm-thunk: evaluate even on unsupported platforms again
- [aacdc51e](aacdc51e15) pantheon.elementary-tasks: 6.3.0 -> 6.3.1
- [6490bbcc](6490bbcc0f) xray: fix standalone executable geoip usage
- [8ca6b762](8ca6b762bf) luabind: Fix build on darwin.
- [62618152](62618152d2) osrm-backend: Fix build on darwin.
- [7ac2f914](7ac2f914d5) nitter: unstable-2022-06-04 -> unstable-2023-03-28
- [7bafd2c1](7bafd2c13d) nitter: add infinidoge as maintainer
- [89fe8a63](89fe8a638c) matrix-appservice-irc: 0.37.1 -> 0.38.0
- [2a2dfe53](2a2dfe539a) teams-for-linux: 1.0.53 → 1.0.59
- [a76b55ea](a76b55eab5) python3.pkgs.django-allauth: 0.51.0 -> 0.54.0 ([NixOS/nixpkgs⁠#225769](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/225769))
- [0ad23123](0ad2312315) cargo-temp: 0.2.15 -> 0.2.16
- [116a0fb6](116a0fb6c1) sca2d: init at 0.2.0 ([NixOS/nixpkgs⁠#223097](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/223097))
- [0ee82f8a](0ee82f8ab4) linux_testing: 6.3-rc5 -> 6.3-rc6
- [a02e0550](a02e0550a6) cargo-deny: 0.13.8 -> 0.13.9
- [02c564de](02c564de3c) qt5.qtwebengine: fix build on aarch64-darwin
- [1501d6e0](1501d6e0b9) maintainers: add davisrichard437
- [5128a000](5128a000ad) gscreenshot: init at 3.4.0
- [12524d6a](12524d6a8e) cargo-generate: 0.18.1 -> 0.18.2
- [847dbc3d](847dbc3d6d) gitkraken: 9.2.1 -> 9.3.0
- [860a557c](860a557c3e) python3.pkgs.nc-dnsapi: 0.1.5 -> 0.1.6
- [edd8b081](edd8b0812f) plasma-vault: add gocryptfs support ([NixOS/nixpkgs⁠#205519](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/205519))
- [67a84d14](67a84d1428) stdenvAdapters: fix preservation of env.NIX_CFLAGS_COMPILE
- [ef47b9f8](ef47b9f8b6) shell_gpt: 0.7.3 -> 0.8.8
- [5bd4ae01](5bd4ae01fa) python3Packages.zipstream-ng: add changelog to meta
- [d008dd2b](d008dd2b77) python310Packages.zipstream-ng: add format
- [8c938437](8c9384373d) redpanda: 23.1.3 -> 23.1.6
- [a1a1d335](a1a1d335e1) wv: fix cross compilation, add autoreconfHook
- [42c8e4dd](42c8e4dd18) build-rust-crate: dontStrip=!release
- [537fdfca](537fdfca20) chafa: fix cross-compilation
- [2a37ccff](2a37ccff88) gnome-decoder: 0.3.1 -> 0.3.3
- [477067a5](477067a5d0) kubernetes: 1.26.3 -> 1.27.0
- [0b572401](0b57240111) nixos/kubernetes: kubelet --container-runtime flag has been removed
- [1b631bce](1b631bcecb) terraform: 1.4.4 -> 1.4.5
- [564a4eed](564a4eeda6) vscode: 1.77.1 -> 1.77.3

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-14 01:27:31 +00:00
f032d543d4 flake.lock: Updating 'org (emacs-straight/org-mode)' - 8fab6eee -> 5b300edf (#416)
### Changes for org

On branch: main
Commits: 8fab6eeef2...5b300edf2e

- [f9bbc79d](f9bbc79d62) Update version number for the 9.6.3 release
- [7fa9e9a4](7fa9e9a4b3) org-babel-comint-with-output: Handle agglomerated prompts better
- [f2949d4d](f2949d4d1d) org-babel-comint-with-output: Fix edge case for partial prompts
- [616e80a9](616e80a9f1) Handle block-type when checking `org-src-fontify-natively`
- [54a743cd](54a743cd72) org-table: Refactor away unnecessary variable
- [19b0d0e5](19b0d0e5aa) org-table: Fix incorrect input when used with evil-escape
- [2ad8a45f](2ad8a45f00) test-ob-fortran: Enable and fix commented tests
- [ddd8281e](ddd8281e62) lisp/org.el: Allow limiting inline image width
- [072ddbc9](072ddbc975) org-element-cache: Disable extra consistency checks
- [56dd046d](56dd046da8) * doc/org-manual.org: Add a link to Diary section of Emacs manual
- [60ce29dc](60ce29dc41) org-odt-plain-text: Fix when text contains leading spaces
- [5ac1ebaa](5ac1ebaa15) org-latex--protect-texttt: Fix "---"
- [81fc8c06](81fc8c06ce) ob-tangle: Fix interpretation of rw-r--r-- modes
- [6a96054f](6a96054f05) ob-tangle: Edit default file mode to match docstr
- [cd53816c](cd53816c3a) org-entities: § is a section sign, not paragraph
- [0f62e977](0f62e9771b) org-entities: Treat ¶ similarly to §
- [00abdca3](00abdca361) oc-csl: Recognise ¶/§ entity locators
- [5b300edf](5b300edf2e) etc/ORG-NEWS: Mention the new \P entity

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-14 01:27:24 +00:00
8a158fe0b2 flake.lock: Updating 'revealjs (hakimel/reveal.js)' - 724c4fee -> 0301ce58 (#417)
### Changes for revealjs

On branch: master
Commits: 724c4fee27...0301ce58ab

- [0301ce58](0301ce58ab) 4.5.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-14 01:27:16 +00:00
b0539ea2f8 flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - 7a46b695 -> 5fd2a5af (#418)
### Changes for ts-fold

On branch: master
Commits: 7a46b695a1...5fd2a5afe2

- [5fd2a5af](5fd2a5afe2) fix: Avoid dynamic an already lexical var error

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-14 01:27:09 +00:00
7f729d66aa flake.lock: Updating 'flake-utils (numtide/flake-utils)' - 93a2b84f -> 411e8764 (#410)
### Changes for flake-utils

On branch: main
Commits: 93a2b84fc4...411e876415

- [411e8764](411e876415) Bump cachix/install-nix-action from 19 to 20 ([numtide/flake-utils⁠#89](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/89))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-07 01:18:33 +00:00
636824d0fc flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - b7fc7291 -> 38263d02 (#411)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: b7fc729117...38263d02cf

- [6dcb25a0](6dcb25a078) license-scanner: init at 0.10.0
- [5ac23f93](5ac23f930c) python310Packages.lupa: 1.14.1 -> 2.0
- [9ca9baab](9ca9baab51) python310Packages.lupa: add changelog to meta
- [a3221987](a32219871e) python310Packages.lupa: disable on unsupported Python releases
- [47c38620](47c386205d) restinio: refactor
- [d273fa8b](d273fa8bb6) python3.pkgs.picobox: 2.2.0 -> 3.0.0
- [a143b6f4](a143b6f424) gptcommit: 0.1.15 -> 0.5.6
- [f5f4a50d](f5f4a50de5) libcef: remove i686-linux from platforms
- [2b21a945](2b21a945d9) vimPlugins.autosave-nvim: init at 2022-10-13
- [46016871](4601687123) buildFishPlugin: check if any .fish file exists in source
- [1f6987ce](1f6987ce7e) fishPlugins.forgit: unstable-2022-10-14 -> 23.04.0
- [3f1bafb6](3f1bafb686) plasma: 5.27.3 -> 5.27.4(.1)
- [bf48945e](bf48945e2e) ttdl: 3.7.0 -> 3.7.1
- [a3cff1f0](a3cff1f052) solc: 0.8.13 -> 0.8.19 ([NixOS/nixpkgs⁠#219240](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/219240))
- [d02bedbe](d02bedbe28) chickenPackages_5: overhaul ecosystem
- [3545373f](3545373f30) maintainers: add konst-aa
- [ca0335c0](ca0335c064) chickenPackages_5: Remove ocaml dependency, switch to TOML
- [cc758eea](cc758eea86) cinny-desktop: 2.2.4 -> 2.2.6
- [e507ac4b](e507ac4bdb) sysdig: also update driver
- [8b663f50](8b663f501c) cinny-desktop: update license (mit -> agpl3Only)
- [cd1e297b](cd1e297b93) dune_3: 3.7.0 -> 3.7.1
- [92dd06ae](92dd06ae1d) nu_scripts: init at unstable-2023-03-16
- [947007c1](947007c1c4) sentry-native: 0.6.0 -> 0.6.1
- [2831eb0a](2831eb0a08) tbls: 1.63.0 -> 1.64.0
- [3ec7b3b9](3ec7b3b91f) python310Packages.notus-scanner: unstable-2021-09-05 -> 22.4.5
- [162ca510](162ca51054) scraper: 0.15.0 -> 0.16.0
- [246567a3](246567a3ad) josm: 18678 -> 18700
- [4a9c7011](4a9c7011a1) gh: 2.25.1 -> 2.26.0
- [53c20eae](53c20eae38) Revert "bind: remove hard-coded `allow-query` config setting"
- [e91de945](e91de945b9) python310Packages.archinfo: 9.2.44 -> 9.2.45
- [591ba97f](591ba97f65) python310Packages.ailment: 9.2.44 -> 9.2.45
- [69b9de33](69b9de334d) python310Packages.pyvex: 9.2.44 -> 9.2.45
- [7b62888f](7b62888f81) python310Packages.claripy: 9.2.44 -> 9.2.45
- [18f154b2](18f154b27d) python310Packages.cle: 9.2.44 -> 9.2.45
- [44b291cb](44b291cbec) python310Packages.angr: 9.2.44 -> 9.2.45
- [1e7ac24e](1e7ac24e9d) python310Packages.types-requests: 2.28.11.16 -> 2.28.11.17
- [c5012f14](c5012f145a) python310Packages.mwdblib: 4.3.1 -> 4.4.0
- [1d187379](1d18737910) python310Packages.mwdblib: add changelog to meta
- [54cb3a75](54cb3a75a9) vimv-rs: 1.8.0 -> 2.0.0
- [4c40162c](4c40162cb5) clusterctl: 1.4.0 -> 1.4.1
- [6df3f671](6df3f67138) python310Packages.goodwe: 0.2.30 -> 0.2.31
- [88297afc](88297afce0) chromiumDev: 113.0.5672.12 -> 113.0.5672.24
- [b830360c](b830360c9f) chromium: 111.0.5563.146 -> 112.0.5615.49
- [07137979](0713797953) python310Packages.pychromecast: 13.0.6 -> 13.0.7
- [4b7d7154](4b7d7154cd) nushell: 0.77.1 -> 0.78.0
- [dc2c96df](dc2c96df1d) gmic: 3.2.2 -> 3.2.3
- [b3c599eb](b3c599ebb6) cimg: 3.2.2 -> 3.2.3
- [0bb82916](0bb8291660) gmic-qt: 3.2.2 -> 3.2.3
- [6dba375c](6dba375c3c) ventoy-bin-full: 1.0.89 -> 1.0.90
- [c15de994](c15de9948f) python3Packages.meraki: init at 1.30.0
- [8059809f](8059809fea) typst: 23-03-28 -> 0.1
- [6d1ee759](6d1ee759c6) lux: 0.17.0 -> 0.17.2
- [7a170a54](7a170a54d3) maintainers: remove candyc1oud
- [7884a01e](7884a01ebf) gh: 2.26.0 -> 2.26.1
- [14113cb0](14113cb0d0) bzip3: 1.2.3 -> 1.3.0
- [e7e93bd7](e7e93bd709) docs/rust: prefer `ln -s` over `cp`
- [f42b9fd7](f42b9fd745) maintainers/scripts/update.nix: Remove unicode from message and comply with CONTRIBUTING.md
- [2f90dc20](2f90dc20b9) zfxtop: 0.3.0 -> 0.3.2
- [3095200a](3095200a3e) python310Packages.pygmt: 0.8.0 -> 0.9.0
- [171558b9](171558b99d) celluloid: 0.24 -> 0.25
- [9764060c](9764060cf9) labwc: 0.6.1 -> 0.6.2
- [d42cca51](d42cca51d7) Add maintainer
- [bb4cec38](bb4cec3822) polar-bookshelf1: init at 1.100.14
- [f8e7efd9](f8e7efd974) python310Packages.docstring-to-markdown: 0.11 -> 0.12
- [03dc88e1](03dc88e1f9) ruff: 0.0.260 -> 0.0.261
- [6cfe7a88](6cfe7a889f) otpclient: 3.1.5 -> 3.1.6
- [e4f9d4f6](e4f9d4f62c) nixos/manual: fix cross-compilation
- [440b4de5](440b4de588) buildBazelPackage: support multiple targets
- [563f4ede](563f4edea5) scalr-cli: 0.14.5 -> 0.15.1
- [17af0c2e](17af0c2ea3) media-downloader: 2.9.0 -> 3.1.0
- [6693a96f](6693a96f33) opentelemetry-collector: 0.71.0 -> 0.74.0
- [4a65e9f6](4a65e9f64e) go_1_19: 1.19.7 -> 1.19.8
- [caa9102e](caa9102e5b) terraform-providers.aci: 2.6.1 → 2.7.0
- [68cd1172](68cd1172a9) terraform-providers.baiducloud: 1.19.5 → 1.19.6
- [08f8ec0d](08f8ec0d87) terraform-providers.bitbucket: 2.30.2 → 2.31.0
- [6547c9db](6547c9dba2) terraform-providers.cloudflare: 4.2.0 → 4.3.0
- [67be4042](67be404254) terraform-providers.github: 5.19.0 → 5.20.0
- [6dea81e8](6dea81e897) terraform-providers.google: 4.59.0 → 4.60.0
- [60863fe6](60863fe66a) terraform-providers.google-beta: 4.59.0 → 4.60.0
- [5d023ade](5d023ade0d) terraform-providers.scaleway: 2.15.0 → 2.16.0
- [6c66419a](6c66419a9a) terraform-providers.tailscale: 0.13.6 → 0.13.7
- [9c8ff8b4](9c8ff8b426) terraform-providers.thunder: 1.1.0 → 1.2.0
- [3f6146e5](3f6146e5ca) ocamlPackages.rdbg: 1.196.12 → 1.199.0
- [533016a5](533016a5fa) python310Packages.db-dtypes: 1.0.5 -> 1.1.1
- [64a9e244](64a9e244cd) maintainers/teams: set githubTeams for golang
- [f3e62ad4](f3e62ad4e4) maintainers/teams: set githubTeams for rust
- [20044799](20044799c0) bundix: 2.5.1 -> 2.5.2
- [ed6a9ec8](ed6a9ec8fe) vifm: 0.12.1 -> 0.13
- [b6bc7b2d](b6bc7b2d79) python310Packages.nitime: 0.9 -> 0.10.1
- [9100134b](9100134ba9) ocamlPackages.caqti: use Dune 3
- [cdf5720a](cdf5720ae2) ocamlPackages.uri: use Dune 3
- [7979b4c7](7979b4c793) ocamlPackages.stringext: use Dune 3
- [8787829c](8787829c48) ocamlPackages.qtest: use Dune 3
- [1c09f02c](1c09f02cc6) ocamlPackages.syslog-message: use Dune 3
- [543d5310](543d53100e) ocamlPackages.iter: use Dune 3
- [eee0652b](eee0652b6b) ocamlPackages.pratter: use Dune 3
- [f80bf9ab](f80bf9ab05) ocamlPackages.qcheck: fix for OCaml ≥ 5.0
- [3ac2acfe](3ac2acfe88) python310Packages.pygmt: add changelog to meta
- [4fc52a4a](4fc52a4ab9) python310Packages.pygmt: update disabled
- [92376558](92376558f6) python310Packages.pygmt: equalize
- [325cb4e4](325cb4e483) jcli: 0.0.41 -> 0.0.42
- [ca6c0e3b](ca6c0e3b87) darwin: recurseIntoAttrs
- [19b62c5b](19b62c5b4b) unciv: 4.5.13 -> 4.5.15
- [89911c1b](89911c1b6d) viceroy: 0.4.1 -> 0.4.2
- [5804b7fb](5804b7fb5f) vscodium: 1.76.2.23074 -> 1.77.0.23093
- [ce7730aa](ce7730aa87) mastodon: 4.1.1 -> 4.1.2
- [27f407b4](27f407b4bb) tracee: 0.11.0 -> 0.13.0
- [dd24376b](dd24376b85) linux_xanmod: 6.1.20 -> 6.1.22
- [68618ee1](68618ee152) linux_xanmod: 6.2.7 -> 6.2.9
- [7116dd2f](7116dd2fe7) linja-sike: init at 5.0 ([NixOS/nixpkgs⁠#194819](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/194819))
- [2e601f71](2e601f71d7) brlcad: init at 7.34.0
- [2b8d42a7](2b8d42a720) uptime-kuma: 1.20.0 -> 1.21.2
- [7fae5a80](7fae5a802b) gcc-arm-embedded: fix arm-none-eabi-gdb error
- [d7eabb37](d7eabb3781) gcc-arm-embedded: add myself to maintainers
- [2ce47167](2ce47167bc) maintainers: add jedsek
- [c5a3aeba](c5a3aeba6f) bilibili: init at 1.9.2-1
- [bcf7befe](bcf7befedf) lispPackages: dont recurse into attrs
- [3d6ae762](3d6ae762e7) snes9x-gtk: 1.62.1 -> 1.62.3
- [9de75c8b](9de75c8bbe) nixos/smokeping: use /etc/smokeping.conf
- [d179bf5a](d179bf5a96) gptfdisk: Backport upstream fix for popt 1.19
- [cc2a49fc](cc2a49fc3a) crispyDoom: 5.12.0 -> 6.0
- [44b62979](44b62979c7) lisp-modules: reduce number of packages build on Hydra
- [01051d8e](01051d8eb6) fheroes2: include desktop entry
- [dbd2e951](dbd2e95148) mtools: add update script
- [af4d85ba](af4d85ba89) mtools: 4.0.42 -> 4.0.43
- [7fa28593](7fa285932c) clasp-common-lisp: set correct platforms
- [8c5b8838](8c5b8838e6) adguardhome: 0.107.26 -> 0.107.27
- [6817b72c](6817b72ca3) lisp-modules: set maintainers to the lisp team
- [644fbbe0](644fbbe01f) python310Packages.aiounifi: 44 -> 45
- [da6f3042](da6f3042c9) blender: add aarch64-linux support ([NixOS/nixpkgs⁠#224771](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/224771))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-07 01:18:26 +00:00
d9ae055e94 flake.lock: Updating 'org (emacs-straight/org-mode)' - 1a6d5f11 -> 8fab6eee (#412)
### Changes for org

On branch: main
Commits: 1a6d5f11d0...8fab6eeef2

- [e46811c5](e46811c5e1) ob-python: Allow working with externally started sessions again
- [15e70240](15e70240e9) org-manual.org: Clarify what SETUPFILE does
- [6f742685](6f742685d7) org-metaup: Fix edge case when the upper subtree is moved further below
- [2289739e](2289739ed4) Prefer `write-region' to `save-file'
- [c2ffc6b6](c2ffc6b602) org-fontify-meta-lines-and-blocks-1: Fontify src blocks without lang
- [c316476e](c316476ee9) org-export: Be less aggressive with window configuration in export dispatch
- [9ca271c4](9ca271c406) org-export: Display warning when code block results cannot be computed
- [e10b4054](e10b4054e6) ox-icalendar: Use consistent CRLF line endings
- [614b96f9](614b96f910) org-lint: Add checker for numbered list item numbers
- [5e9953fa](5e9953fa0e) ox.el: Refactor ID prefixes
- [8fab6eee](8fab6eeef2) org-agenda: Rename sorting "priority" to "urgency"

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-07 01:18:19 +00:00
553ac58cd7 flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - 5ebe65e8 -> 7a46b695 (#413)
### Changes for ts-fold

On branch: master
Commits: 5ebe65e85d...7a46b695a1

- [7a46b695](7a46b695a1) Quick fix for ts-fold not checking if tree-sitter is enabled ([jcs-elpa/ts-fold⁠#55](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/55))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-07 01:18:11 +00:00
7d7eb4c02e flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 09ad6a72 -> b7fc7291 (#406)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 09ad6a7235...b7fc729117

- [9f2b4357](9f2b4357c1) postgresql: save rebuilds of existing packages
- [b8749458](b8749458f0) python310Packages.yara-python: 4.2.3 -> 4.3.0
- [30b98b83](30b98b833e) exploitdb: 2023-03-28 -> 2023-03-29
- [3c150996](3c1509969e) python310Packages.pyaussiebb: 0.0.15 -> 0.0.16
- [ccf0985c](ccf0985cf1) python310Packages.energyzero: 0.4.0 -> 0.4.1
- [ac56fc8a](ac56fc8ac3) python310Packages.pyaussiebb: add changelog to meta
- [1074e51f](1074e51f15) python310Packages.dpath: add changelog to meta
- [f398b52c](f398b52c5b) setbfree: build GUI
- [28182088](28182088aa) python310Packages.dpath: update disabled
- [2f5922e5](2f5922e5bc) ripe-atlas-tools: add changelog to meta
- [27b7d334](27b7d334e4) warzone2100: add updateScript
- [dc2fa94c](dc2fa94ce8) ripe-atlas-tools: 3.0.3 -> 3.1.0
- [776df53b](776df53b59) warzone2100: 4.3.3 -> 4.3.4
- [16a46343](16a4634338) grype: 0.59.1 -> 0.60.0
- [7dc21afa](7dc21afa83) dalfox: 2.8.2 -> 2.9.0
- [6ca1fd30](6ca1fd3038) runc: 1.1.4 -> 1.1.5
- [2c83e565](2c83e565c1) perlPackages.CryptOpenSSLRandom: unbreak on aarch64-darwin
- [25fb7756](25fb775699) csvq: 1.17.11 -> 1.18.1
- [c3769c7f](c3769c7fba) perlPackages.CryptOpenSSLRSA: unbreak on aarch64-darwin
- [25d326fd](25d326fd25) perlPackages.CryptOpenSSLX509: unbreak on aarch64-darwin
- [ea7e7a19](ea7e7a190e) nchat: 3.17 -> 3.39
- [6534a3ae](6534a3aeaa) rust-hypervisor-firmware: check if path exists
- [6a8b5e03](6a8b5e03f3) vscode-extensions.nvarner.typst-lsp: init at 0.3.0
- [7af78753](7af7875382) typst-lsp: init at 0.3.0
- [bbc73440](bbc7344037) rocm-smi: 5.4.3 -> 5.4.4
- [6642821c](6642821c63) element-desktop: 1.11.25 -> 1.11.26
- [e57d0144](e57d014454) mastodon: update ruby package
- [1ef879bc](1ef879bc4f) python3Packages.blis: 0.9.1 -> 0.7.9
- [49d3f1b6](49d3f1b606) v2ray-geoip: 202303230043 -> 202303272340
- [49fc798b](49fc798b25) leanify: support darwin
- [2f73fede](2f73fede2a) calcmysky: unstable-2023-02-11 -> 0.3.0
- [2264928e](2264928e6f) firefox-beta-bin-unwrapped: 112.0b3 -> 112.0b8
- [a87d88dd](a87d88dd06) firefox-devedition-bin-unwrapped: 112.0b6 -> 112.0b8
- [b75ec298](b75ec298fa) firefox-beta-unwrapped: 112.0b7 -> 112.0b8
- [f1d3de40](f1d3de408d) firefox-devedition-unwrapped: 112.0b7 -> 112.0b8
- [53e55988](53e55988e5) logseq: 0.9.0 -> 0.9.1
- [d0d41097](d0d4109767) python310Packages.psautohint: Disable a couple of flaky tests
- [5765305d](5765305de2) dmenu-rs: fix issue 222351 and bump to 5.5.2
- [edb43b6b](edb43b6b60) cinny: 2.2.4 -> 2.2.6
- [47e7025a](47e7025ad0) buildDotNet: don't pin openssl_1_1
- [34cbbab6](34cbbab6b1) cudatext: 1.188.0 -> 1.189.0
- [a4981ae2](a4981ae2cf) x42-plugins: 20221119 -> 20230315 ([NixOS/nixpkgs⁠#223669](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/223669))
- [007d20d7](007d20d7aa) python310Packages.zha-quirks: 0.0.94 -> 0.0.95
- [a1fa8cdc](a1fa8cdc04) python310Packages.easyenergy: 0.2.2 -> 0.2.3
- [68f3f0d5](68f3f0d535) oh-my-zsh: 2023-03-12 -> 2023-03-28
- [dfa10982](dfa10982fd) vimPlugins: update
- [9d2374df](9d2374df14) vimPlugins.auto-hlsearch-nvim: init at 2023-03-04
- [0e6f72b1](0e6f72b135) vimPlugins.nvim-treesitter-endwise: init at 2022-09-26
- [b3158ad3](b3158ad305) vimPlugins.nvim-treesitter: update grammars
- [cc787bb2](cc787bb234) open-policy-agent: v0.48.0 -> v0.50.2
- [87698250](87698250c4) parsec-bin: pin to ffmpeg_4
- [29fe8367](29fe836787) vimPlugins.sg-nvim: fix cargoHash
- [84a2307b](84a2307bb0) rocsolver: 5.4.2 -> 5.4.4
- [5e316226](5e31622647) mpd-discord-rpc: 1.5.4b -> 1.6.0
- [71689206](716892066a) cypress: add aarch64-linux support
- [b8c9290f](b8c9290f0a) naabu: 2.1.4 -> 2.1.5
- [0e2d117c](0e2d117c10) python310Packages.fastcore: 1.5.28 -> 1.5.29
- [1b9aa2e6](1b9aa2e679) python310Packages.fastcore: add changelog to meta
- [f6de2d97](f6de2d9784) chart-testing: 3.7.1 -> 3.8.0
- [09d0248a](09d0248a64) unciv: 4.5.10 -> 4.5.13
- [a1217a2e](a1217a2ecf) qovery-cli: 0.55.0 -> 0.55.2
- [73f8689c](73f8689c60) wapiti: 3.1.6 -> 3.1.7
- [25c003d6](25c003d6d5) python310Packages.yalexs-ble: 2.1.12 -> 2.1.14
- [281d7c21](281d7c21c8) raycast: init at 1.48.9
- [6db14a33](6db14a3392) raycast: 1.48.9 -> 1.49.0
- [428fe359](428fe359b5) pynitrokey: 0.4.31 -> 0.4.34
- [e6495b41](e6495b4112) python3Packages.spsdk: fix build by relaxing versions
- [6f037e51](6f037e51aa) pynitrokey: support more devices via libnitrokey
- [371e5675](371e567558) python310Packages.gremlinpython: fix bad version string
- [63366ba7](63366ba77c) python310Packages.awswrangler: relax openpyxl dependency
- [9e08509f](9e08509f2b) goresym: 2.1.1 -> 2.2
- [9e87f7db](9e87f7dbde) nextcloud-notify_push: 0.6.1 -> 0.6.2
- [4e1693c0](4e1693c093) boxxy: 0.6.2 -> 0.6.3
- [c7a359b1](c7a359b13f) python310Packages.pikepdf: 7.1.1 -> 7.1.2
- [c3c78d68](c3c78d6813) haskellPackages.guardian: mark broken
- [160d82ed](160d82edc1) erlang_24: 24.3.4.9 -> 24.3.4.10
- [1dc2dcbf](1dc2dcbf44) cargo-all-features: 1.7.0 -> 1.9.0
- [3690b7e8](3690b7e885) cargo-vet: 0.5.2 -> 0.6.1
- [6fc5b40e](6fc5b40ed4) identity: init at 0.5.0
- [c87d1d05](c87d1d05f8) probe-run: 0.3.6 -> 0.3.7
- [9bacd9d6](9bacd9d621) oh-my-posh: 14.14.3 -> 14.19.3
- [d4fecf6c](d4fecf6c20) oh-my-posh: 14.19.3 -> 14.22.0
- [77b0cf97](77b0cf9793) pritunl-client: 1.3.3474.95 -> 1.3.3477.58
- [ac70a841](ac70a84187) litehtml: don't search for non-existant gumbo cmake config
- [befbf587](befbf58746) eks-node-viewer: 0.2.0 -> 0.2.1
- [7ed83221](7ed8322199) marwaita: 16.2 -> 17
- [bf29f628](bf29f62887) twitter-color-emoji: update description to mention "Twemoji"
- [81cef56d](81cef56db4) cargo-zigbuild: 0.16.4 -> 0.16.5
- [5922b34a](5922b34a40) xmrig: 6.19.0 -> 6.19.1
- [f3dbd5d4](f3dbd5d4f9) cargo-chef: 0.1.51 -> 0.1.52
- [458306a7](458306a751) google-cloud-sdk: add libxcrypt-legacy
- [e64d0861](e64d0861e6) terraform-providers.aiven: 4.1.3 → 4.2.0
- [3d97366d](3d97366dc9) terraform-providers.cloudfoundry: 0.50.5 → 0.50.6
- [28453532](284535322c) terraform-providers.fastly: 4.1.1 → 4.1.2
- [f5431155](f5431155e2) terraform-providers.okta: 3.44.0 → 3.45.0
- [52290f39](52290f39ff) terraform-providers.tencentcloud: 1.79.18 → 1.79.19
- [29b1dacd](29b1dacd2b) containerd: 1.6.19 -> 1.7.0
- [0dff2d8a](0dff2d8a48) containerd: add kubernetes to passthru.tests
- [dbeb3f3c](dbeb3f3c07) exploitdb: 2023-03-29 -> 2023-03-30
- [f5d36a2b](f5d36a2ba4) automatic-timezoned: 1.0.75 -> 1.0.78
- [d391265d](d391265d68) python310Packages.google-cloud-trace: 1.11.0 -> 1.11.1
- [0d002e55](0d002e5562) psol: refactor
- [809ba2e2](809ba2e2a6) vscode-extensions.github.vscode-github-actions: init at 0.25.3
- [22b9cbf0](22b9cbf0b3) qq: 3.1.0-9572 -> 3.1.1-11223
- [4198fa0f](4198fa0f02) python310Packages.gdown: 4.6.4 -> 4.7.1
- [5f0d203e](5f0d203e0b) ocamlPackages.reason-native.qcheck-rely: fix build ([NixOS/nixpkgs⁠#223793](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/223793))
- [0063dc9e](0063dc9ef4) ocamlPackages.bigarray-overlap: 0.2.0 → 0.2.1
- [0324f56a](0324f56ae3) cri-o: 1.26.2 -> 1.26.3
- [efd77d0b](efd77d0bc5) cppreference-doc: refactor, fix version
- [cf468472](cf4684729e) python310Packages.pyswitchbot: 0.37.4 -> 0.37.5
- [942c79ad](942c79adc7) python310Packages.reolink-aio: 0.5.7 -> 0.5.8
- [f89354c1](f89354c12f) coqPackages_8_13.VST: fix by using compatible version of ITree
- [15c944c3](15c944c31d) python310Packages.aliyun-python-sdk-cdn: 3.8.3 -> 3.8.5
- [527a8e6e](527a8e6eed) river-luatile: 0.1.1 -> 0.1.2
- [a1804709](a180470959) nixos/k3s: start after network-online
- [25c631cc](25c631cc0e) Add coqPackages.mathcomp-apery
- [2fb10783](2fb1078369) Put mathcomp packages in alphabetical order

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-31 01:31:06 +00:00
f0be0ada16 flake.lock: Updating 'org (emacs-straight/org-mode)' - 6c9104f5 -> 1a6d5f11 (#407)
### Changes for org

On branch: main
Commits: 6c9104f59c...1a6d5f11d0

- [a8a516ba](a8a516ba33) org-babel-comint-with-output: Handle agglomerated prompts better
- [866ed1a3](866ed1a3c5) org-babel-comint-with-output: Fix edge case for partial prompts
- [44e1cbb0](44e1cbb094) org-compile-file: Fix when `org-batch-test' is not defined
- [c1e8e2ff](c1e8e2ffc7) Update version number for the 9.6.2 release
- [fcd813c4](fcd813c406) lisp/org.el: Docstring fixes
- [1e38519b](1e38519b02) doc/org-manual.org: Document `org-hide-emphasis-markers'
- [05ae2689](05ae268973) org-fold-show-children: Only display direct children by default
- [88f7bea1](88f7bea169) org-babel-temp-stable-file: Avoid `sxhash' collisions
- [e9110a8d](e9110a8dd7) Prefer `string-search' when matching exact strings
- [c1bb68ab](c1bb68ab9d) ox: Make export errors more prominent
- [f53205a4](f53205a443) org-export-data: Clarify that filters are not applied
- [638e0ecc](638e0ecc0b) Fix some compiler warnings

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-31 01:30:58 +00:00
d5d12c45c4 flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - eeff646b -> 5ebe65e8 (#408)
### Changes for ts-fold

On branch: master
Commits: eeff646b21...5ebe65e85d

- [e8a41109](e8a4110921) docs: Fix typo
- [5ebe65e8](5ebe65e85d) docs: Fix more typo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-31 01:30:51 +00:00
5a323e4a17 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 126f49a0 -> 09ad6a72 (#403)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 126f49a01d...09ad6a7235

- [0219fa5f](0219fa5fbf) pomsky: 0.9 -> 0.10
- [3c2e5906](3c2e5906d6) cinnamon.xapp: Backport a crash fix for GLib 2.76.0
- [3b24ddfc](3b24ddfc6b) erlang_22: remove
- [80a7ce39](80a7ce3920) nix-init: 0.2.0 -> 0.2.1
- [69ddafed](69ddafed7b) elvish: 0.18.0 -> 0.19.2
- [0c2971de](0c2971de9d) icewm: 3.3.1 -> 3.3.2
- [00bf4e5a](00bf4e5a9b) fst: 0.4.2 -> 0.4.3
- [0899cf5f](0899cf5fde) qradiolink: 0.8.8-1 -> 0.8.9-1
- [9341dd68](9341dd68ec) feroxbuster: 2.9.1 -> 2.9.2
- [880d20ff](880d20ffed) cargo-bundle: init at unstable-2023-03-17
- [3d8f70a7](3d8f70a756) werf: 1.2.212 -> 1.2.214
- [5b5d14bd](5b5d14bd69) Revert "python3Packages.scooby: unbreak"
- [d3eb1649](d3eb164901) v2ray: 5.4.0 -> 5.4.1
- [e0fb443d](e0fb443d6e) terraform-providers.aiven: 4.1.1 → 4.1.2
- [8a7c2887](8a7c288741) terraform-providers.brightbox: 3.2.1 → 3.3.0
- [4ea64f25](4ea64f257c) terraform-providers.cloudflare: 4.1.0 → 4.2.0
- [62d88869](62d88869bd) terraform-providers.datadog: 3.22.0 → 3.23.0
- [576bee0c](576bee0c47) terraform-providers.google: 4.57.0 → 4.58.0
- [eafa9bb3](eafa9bb366) terraform-providers.google-beta: 4.57.0 → 4.58.0
- [2febc9b2](2febc9b201) terraform-providers.openstack: 1.51.0 → 1.51.1
- [aca5ab41](aca5ab41bf) terraform-providers.scaleway: 2.13.1 → 2.14.1
- [9b6ed7e4](9b6ed7e4d3) terraform-providers.snowflake: 0.58.2 → 0.59.0
- [c2111b6f](c2111b6f27) terraform-providers.spotinst: 1.106.0 → 1.106.1
- [f518c0c0](f518c0c099) mpdevil: 1.10.1 -> 1.10.2
- [b3471633](b34716334f) ocamlPackages.uecc: use Dune 3
- [9e37176f](9e37176f06) ocamlPackages.hidapi: 1.1.1 → 1.1.2
- [213349f3](213349f3ad) ocamlPackages.secp256k1-internal: 0.3 → 0.4
- [8ede1656](8ede16564f) ocamlPackages.bigstring: use Dune 3 & fix for OCaml 5
- [8d4f793f](8d4f793fe9) python310Packages.easyenergy: 0.2.1 -> 0.2.2
- [b47362f3](b47362f3a4) yamlfmt: 0.7.1 -> 0.8.0
- [c88a6b8c](c88a6b8c48) asnmap: 1.0.1 -> 1.0.2
- [d477a191](d477a191ac) rigsofrods: alias to rigsofrods-bin
- [86a91b3b](86a91b3bbb) syft: 0.74.0 -> 0.75.0
- [4f5d96b9](4f5d96b92b) azure-static-sites-client: 1.0.022291 -> 1.0.022651
- [3f80a80e](3f80a80e4c) idasen: 0.9.5 -> 0.9.6
- [cb4b7e20](cb4b7e205f) crun: 1.8.1 -> 1.8.2
- [1463ce77](1463ce772a) d2: 0.2.5 -> 0.2.6
- [263272dd](263272dd5e) goreleaser: 1.16.1 -> 1.16.2
- [585f6168](585f616810) openscenegraph: drop wxGTK30
- [4170777d](4170777d70) mold: 1.10.1 -> 1.11.0
- [af287b1a](af287b1a59) psi-plus: 1.5.1644 -> 1.5.1646
- [25c18209](25c1820914) qt6.qtbase: add patch to fix handling of variable fonts
- [f4385d60](f4385d6010) nixosTests.noto-fonts-cjk-qt-default-weight: init
- [47b07796](47b07796b4) traefik: 2.9.8 -> 2.9.9
- [2d194c72](2d194c7262) git-branchless: 0.7.0 -> 0.7.1
- [8f1c68db](8f1c68db16) ucx: 1.13.1 -> 1.14.0 and optional ROCm support
- [45710e1d](45710e1d7d) git-trim: fix darwin build
- [f0d2d3cb](f0d2d3cb9e) gptfdisk: fix darwin build
- [6477d7f0](6477d7f0ea) elvish: rewrite
- [e4e91c61](e4e91c61b2) moe: 1.12 -> 1.13
- [53539903](53539903ff) systemtap: remove hack, fix build
- [366e108e](366e108e41) wxGTK30, wxmac: drop
- [79812308](7981230822) ocamlPackages.cow: use Dune 3
- [88365c99](88365c995a) ocamlPackages.mustache: use Dune 3
- [6ddbe68b](6ddbe68bd6) ocamlPackages.cooltt: use Dune 3
- [c73ec9f2](c73ec9f276) ocamlPackages.ppx_deriving_yaml: use Dune 3
- [fd2191f8](fd2191f857) ocamlPackages.lustre-v6: use Dune 3
- [d9d7c358](d9d7c358c4) ocamlPackages.yaml: use Dune 3
- [78cd6d98](78cd6d9833) ocamlPackages.ezjsonm: 1.2.0 → 1.3.0
- [502eaa21](502eaa216c) nix-update: 0.15.1 -> 0.16.0
- [c955672b](c955672b19) exploitdb: 2023-03-17 -> 2023-03-22
- [5aafb3a2](5aafb3a217) nodePackages.graphite-cli: bring to top-level
- [dd34d1fd](dd34d1fd52) appflowy: 0.1.0 -> 0.1.1
- [296e7f92](296e7f92cd) keyd: add keyd service and test
- [d0f7d224](d0f7d224da) nixos/firewall-nftables: avoid using wildcards
- [b6a8afe4](b6a8afe448) vhdl-ls: init at 0.64.0
- [ddb714f6](ddb714f68d) yices: fix typo in comment
- [7b93912f](7b93912f0e) wayland-protocols: do not check with a non-BFD linker
- [27f97953](27f97953e0) nixos/test-driver: accept non-\w* filenames
- [3d1d0bf9](3d1d0bf910) wayland: allow building without tests
- [ea97d50f](ea97d50ff0) ogre1_9: drop
- [a6f9791e](a6f9791e4a) govc: 0.30.2 -> 0.30.4
- [fd4b74b9](fd4b74b949) vhs: unbreak on darwin
- [50ddfb4b](50ddfb4b91) python310Packages.pymupdf: fix build on darwin
- [d815460b](d815460b54) headscale: 0.20.0 -> 0.21.0
- [a00a372b](a00a372b6f) python310Packages.skodaconnect: 1.3.4 -> 1.3.5
- [40ec2c79](40ec2c7954) dnsperf: 2.11.1 -> 2.11.2
- [525ba3e4](525ba3e492) octavePackages.strings: add pkg-config for build to pick up pcre(2)
- [45b015a1](45b015a165) octavePackages: use alternative fetchers for moved projects
- [59742a5e](59742a5e04) octavePackages.octproj: unmark as broken
- [3d87986d](3d87986dd0) octavePackages.mapping: add gdal library for reading raster files
- [e8afe3af](e8afe3afc4) octavePackages.statistics: 1.5.2 → 1.5.4
- [e0cf12cd](e0cf12cd1b) python310Packages.oralb-ble: 0.17.5 -> 0.17.6
- [37ea4256](37ea4256b1) python310Packages.twentemilieu: 0.6.1 -> 1.0.0
- [52748a2b](52748a2bad) python310Packages.twentemilieu: add changelog to meta
- [b386a85a](b386a85afc) python310Packages.ulid-transform: 0.4.2 -> 0.5.1
- [ab302b53](ab302b53cc) python310Packages.twentemilieu: update disabled
- [4ba1d74f](4ba1d74fac) typst: init at 22-03-21-2
- [517ae00b](517ae00bde) python310Packages.yalexs-ble: 2.1.0 -> 2.1.1
- [cc9ecf85](cc9ecf858a) python310Packages.fakeredis: 2.10.1 -> 2.10.2
- [d0a0946d](d0a0946dc3) python310Packages.teslajsonpy: 3.7.4 -> 3.7.5
- [6d903cec](6d903cec7e) cdrkit: fix darwin build
- [c62c9ae2](c62c9ae27a) ruff: 0.0.257 -> 0.0.258
- [5e5c4c97](5e5c4c975a) nixos/web-apps/nextcloud: introduce nextcloud26
- [d7a27b38](d7a27b38a2) nixos/tests/nextcloud: do not expect failure on NC ≥26 with respect to RC4 bug
- [dd96b7d8](dd96b7d8b4) nextcloud26, nixos/web-apps/nextcloud: drop the autocreate db user patch and wire the default in the NixOS module
- [6a0b0a5d](6a0b0a5de9) nextcloud: remove compat references to v23
- [cbc539c1](cbc539c19f) nixos/nextcloud: minor fixups
- [42c78ccc](42c78ccc6b) nixos/nextcloud: release notes
- [c9c9abc6](c9c9abc608) openssh: fix 'undefined variable' error
- [f1f4cc5d](f1f4cc5dd6) aws-vault: 7.1.1 -> 7.1.2
- [84141774](841417745c) grafana: 9.4.3 -> 9.4.7
- [958836a0](958836a059) updfparser: init at unstable-2023-01-10
- [4e637df7](4e637df751) libgourou: init at 0.8.1
- [b7803446](b780344698) nushell: 0.77.0 -> 0.77.1
- [4596763e](4596763e33) ddosify: 0.15.1 -> 0.15.3
- [a53ae00e](a53ae00ec5) focus-stack: init at 1.4
- [c5ab8fd9](c5ab8fd93f) ciel: init at 3.1.4
- [a6e16caa](a6e16caa14) firefox-devedition-bin-unwrapped: 112.0b3 -> 112.0b5
- [6416b891](6416b89123) topgrade: 10.3.2 -> 10.3.3
- [1860169d](1860169db7) goreman: 0.3.14 -> 0.3.15
- [6f52aa86](6f52aa868c) lxgw-neoxihei: 1.007 -> 1.009
- [aa410839](aa410839cd) emacsPackages.mind-wave packaging
- [f3d22c3f](f3d22c3f3c) automatic-timezoned: 1.0.72 -> 1.0.75
- [d35aead4](d35aead486) sarasa-gothic: 0.40.3 -> 0.40.4
- [81c1d0ee](81c1d0eef5) terraform-providers.aiven: 4.1.2 → 4.1.3
- [968fffa6](968fffa67f) terraform-providers.digitalocean: 2.26.0 → 2.27.1
- [4e5a976b](4e5a976b38) terraform-providers.gitlab: 15.9.0 → 15.10.0
- [489c8b2c](489c8b2cae) terraform-providers.gridscale: 1.18.0 → 1.18.1
- [a50421ad](a50421ada9) terraform-providers.newrelic: 3.17.1 → 3.18.0
- [3a3b5207](3a3b5207b9) terraform-providers.spotinst: 1.106.1 → 1.108.0
- [1aad1127](1aad112754) terraform-providers.statuscake: 2.0.6 → 2.1.0
- [d25311fa](d25311fad4) terraform-providers.oci: 4.112.0 → 4.113.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-24 01:25:52 +00:00
714a8c395b flake.lock: Updating 'org (emacs-straight/org-mode)' - 4cad6c8e -> 6c9104f5 (#404)
### Changes for org

On branch: main
Commits: 4cad6c8eaf...6c9104f59c

- [3b9ffc68](3b9ffc6868) org-latex-export-to-latex: Use nil arg for `write-region'
- [92471e53](92471e5303) org-agenda-run-series: Fix `org-agenda-list' call
- [07ea7fc4](07ea7fc443) org-manual.org: $n$-th is not math
- [533a83a9](533a83a989) org-compile-file: Expose logs when running Org tests
- [4c01eba2](4c01eba265) org-texinfo-supports-math-p: Fix CI test failures
- [cd2355a2](cd2355a204) ob-clojure.el: Fix compiler warning
- [93bf8203](93bf820384) org-element-headline-parser: Treat "* TODO" as empty title + TODO keyword
- [20b33106](20b33106cd) org-element-headline-parser: Fix empty headings with tags
- [5a52ee57](5a52ee57d4) org-macs.el: Move UUID related code
- [cb95d889](cb95d88936) ob-R.el/ob-python: Update `md5' calls to `org-id-uuid'
- [180c1c37](180c1c37a9) ob-comint.el: Fix off-by-one error in async result
- [f7aa8c19](f7aa8c19f5) ob-shell.el: Add async evaluation
- [693df6fd](693df6fd90) lisp/org-clock.el: Add support for logind
- [04087be6](04087be6b3) lisp/org.el: Make predicates non-interactive
- [88078266](880782660a) ob-clojure.el: Reword docstring for ob-clojure-eval-with-cider
- [03d15dd7](03d15dd724) org-logind-dbus-session-path: Fix CI tests failure
- [6c9104f5](6c9104f59c) etc/ORG-NEWS: Announce :async header in ob-shell.el

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-24 01:25:45 +00:00
7eff43b9ea flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - cde9c90b -> eeff646b (#405)
### Changes for ts-fold

On branch: master
Commits: cde9c90b07...eeff646b21

- [eeff646b](eeff646b21) Optimize performance of ts-fold-close-all with indicators-mode on ([jcs-elpa/ts-fold⁠#53](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/53))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-24 01:25:37 +00:00
84c57d24ad flake.lock: Updating 'flake-utils (numtide/flake-utils)' - 3db36a8b -> 93a2b84f (#400)
### Changes for flake-utils

On branch: main
Commits: 3db36a8b46...93a2b84fc4

- [93a2b84f](93a2b84fc4) Update README to reflect example for eachDefaultSystem ([numtide/flake-utils⁠#90](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/90))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 01:29:51 +00:00
d417e3b301 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 1e383aad -> 126f49a0 (#401)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 1e383aada5...126f49a01d

- [8772d85b](8772d85b02) terracognita: 0.8.2 -> 0.8.3
- [50982761](50982761c0) nodejs-19_x: 19.7.0 -> 19.8.0
- [1b803334](1b803334ee) jql: 5.1.7 -> 5.2.0
- [ee9bccda](ee9bccda67) go-task: 3.21.0 -> 3.22.0
- [c18302e3](c18302e31a) python310Packages.mkdocs-minify: 0.6.2 -> 0.6.3
- [ba9146d6](ba9146d6d8) python310Packages.nextcord: 2.4.0 -> 2.4.1
- [4abd7c8e](4abd7c8e58) python310Packages.zha-quirks: 0.0.93 -> 0.0.94
- [8ee55708](8ee557085b) python310Packages.bellows: 0.34.9 -> 0.34.10
- [dbda7cc5](dbda7cc58c) home-assistant: 2023.3.3 -> 2023.3.4
- [8a48222c](8a48222ce9) python310Packages.argcomplete: update ordering and style
- [c921484a](c921484a98) python310Packages.argcomplete: add changelog to meta
- [d9925fde](d9925fdefa) python310Packages.argcomplete: disable on unsupported Python releases
- [533bd10e](533bd10ef6) python310Packages.easyenergy: 0.2.0 -> 0.2.1
- [234304f5](234304f50d) python310Packages.ulid-transform: 0.4.0 -> 0.4.2
- [f6005898](f6005898a1) buildkit: add developer-guy to maintainers list
- [5c50f54d](5c50f54db8) python310Packages.rflink: 0.0.63 -> 0.0.65
- [32cb1a48](32cb1a48b6) go-task: add changelog to meta
- [fccc21ef](fccc21ef3d) spotify-player: add changelog to emta
- [e1c8e49e](e1c8e49e43) k3s: 1.26.1+k3s1 -> 1.26.2+k3s1
- [2d851c7d](2d851c7d97) jql: add changelog to meta
- [d116f707](d116f70722) a2ps: 4.14 -> 4.15.1
- [18055cef](18055cefb1) fheroes2: 1.0.1 -> 1.0.2
- [ae8fa234](ae8fa23448) geographiclib: 2.1.2 -> 2.2
- [3f795bc5](3f795bc578) acpica-tools: fix darwin build
- [ac57f9ba](ac57f9ba4a) python3Packages.sshfs: init at 2023.1.0
- [2c06e8ee](2c06e8ee80) python310Packages.sshfs: minor formatting changes
- [ee1ebad3](ee1ebad37e) python310Packages.sshfs: add pythonImportsCheck
- [aec078fb](aec078fb43) python310Packages.mock-ssh-server: init at 0.9.1
- [a33b89aa](a33b89aacb) python310Packages.sshfs: enable tests
- [a309e2c8](a309e2c845) python310Packages.sshfs: update homepage
- [12ebd64d](12ebd64d98) garage: 0.8.1 -> 0.8.2
- [d433beb6](d433beb6c4) python310Packages.asyncssh: add optional-dependencies
- [7fb3d2a0](7fb3d2a001) amule: migrate to wxGTK32
- [490b3385](490b338580) protoc-gen-go: 1.29.0 -> 1.29.1
- [51f0909b](51f0909b18) zchunk: 1.2.3 -> 1.3.0
- [30b287fb](30b287fbad) fwupd: add passthru.fwupd-efi
- [144e7d88](144e7d8859) databricks-sql-cli: add changelog to meta
- [d51b1600](d51b160067) databricks-sql-cli: use python3.pkgs
- [1df9510f](1df9510fdb) python310Packages.databricks-sql-connector: 2.3.0 -> 2.4.0
- [5549def3](5549def360) python310Packages.markdown-it-py: properly separate optional dependencies, drop python 3.7-3.8 support
- [f39cdb78](f39cdb7806) python310Packages.myst-parser: fix test dependencies
- [c4ca4fa7](c4ca4fa7f3) python310Packages.flask-security-too: 5.1.1 -> 5.1.2
- [fbb554fa](fbb554fa58) nixos/kubernetes: update coredns 1.7.1 -> 1.10.1
- [77d8022d](77d8022ded) python310Packages.glean-parser: 7.0.0 -> 7.1.0
- [629c0fbc](629c0fbcad) ocamlPackages.mirage-time: use Dune 3
- [8122f3ef](8122f3ef0d) ocamlPackages.alcotest-mirage: use Dune 3
- [50a35f7c](50a35f7c20) ocamlPackages.happy-eyeballs: use Dune 3
- [2a9ab2a9](2a9ab2a967) ocamlPackages.mirage-vnetif: use Dune 3
- [2ac2434f](2ac2434fe0) ocamlPackages.mirage-unix: use Dune 3
- [8971fdbc](8971fdbc3c) ocamlPackages.metrics: use Dune 3
- [7c21cff3](7c21cff357) ocamlPackages.duration: 0.2.0 → 0.2.1
- [628686ab](628686ab45) amass: 3.22.0 -> 3.22.1
- [3b3e37f9](3b3e37f996) [OCaml] tell dune where to install man
- [6bade5f7](6bade5f7df) tamarin-prover: only use glibcLocales on linux
- [3f0518f3](3f0518f306) webrtc-audio-processing: add arm to supported platforms
- [b514253c](b514253c07) python310Packages.homeassistant-stubs: 2023.3.2 -> 2023.3.4
- [ec8a9cdd](ec8a9cddc8) firefox-unwrapped: 110.0.1 -> 111.0
- [5cd9737d](5cd9737ddb) firefox-bin-unwrapped: 110.0.1 -> 111.0
- [78f395e4](78f395e486) firefox-esr-unwrapped: 102.8.0esr -> 102.9.0esr
- [93da0038](93da003829) halp: 0.1.1 -> 0.1.2
- [77e09950](77e09950a6) plasma: 5.27.2 -> 5.27.3
- [6b819292](6b81929247) sarasa-gothic: 0.40.2 -> 0.40.3
- [88895129](8889512934) babl: 0.1.100 -> 0.1.102
- [d84e0108](d84e010821) python310Packages.mock-ssh-server: disable tests
- [d349acac](d349acac91) fclones: 0.29.3 -> 0.30.0
- [b8dc6037](b8dc603724) slsa-verifier: init at 2.0.1
- [86dbc928](86dbc928fb) writers: make codesign_allocate available in PATH on aarch64-darwin
- [dafedbbb](dafedbbba6) nixos/woodpecker: init
- [a8e4f58d](a8e4f58d90) rl-2305: Mention woodpecker addition
- [2e0e2a42](2e0e2a426b) fclones: fix build on x86_64-darwin
- [1e338049](1e33804975) linuxPackages_6_2.nvidia_x11_legacy470: add patch
- [75712522](7571252249) python310Packages.stanza: 1.4.2 -> 1.5.0
- [ad43c018](ad43c018d9) pkg: Use xz directly, not via lzma alias
- [63c033e2](63c033e2a0) xen_4_15: fix build
- [a9dfc77a](a9dfc77ae3) eks-node-viewer: init at 0.2.0 ([NixOS/nixpkgs⁠#210510](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/210510))
- [ba929240](ba9292408a) qubes-core-vchan-xen: xen_4_10 -> xen
- [a8bad6bb](a8bad6bb36) xen_4_10: drop
- [a4476d4f](a4476d4f06) mullvad: 2023.1 -> 2023.2
- [e3c13f6a](e3c13f6aa3) python310Packages.jira: 3.4.1 -> 3.5.0
- [85cccb63](85cccb63e6) SDL2_mixer: fix path to timidity.cfg
- [5ca9faa1](5ca9faa109) xen: cleanup
- [b4ff4034](b4ff4034f6) python310Packages.spacy: 3.5.0 -> 3.5.1
- [62803611](628036113e) python310Packages.peaqevcore: 13.0.1 -> 13.1.1
- [d03560dc](d03560dc0a) python310Packages.pontos: 23.3.3 -> 23.3.5
- [b209a99d](b209a99de6) python310Packages.devolo-home-control-api: 0.18.2 -> 0.18.3
- [92d0a0f9](92d0a0f9ff) python310Packages.archinfo: 9.2.41 -> 9.2.42
- [1ff6a88a](1ff6a88a51) python310Packages.ailment: 9.2.41 -> 9.2.42
- [7781338e](7781338eb8) python310Packages.pyvex: 9.2.41 -> 9.2.42
- [d2d1dc9b](d2d1dc9b5b) python310Packages.claripy: 9.2.41 -> 9.2.42
- [8126e66d](8126e66d93) python310Packages.cle: 9.2.41 -> 9.2.42
- [d063984a](d063984a3c) python310Packages.angr: 9.2.41 -> 9.2.42
- [487240c8](487240c891) checkov: 2.3.85 -> 2.3.92
- [5b3a81e0](5b3a81e07b) rtsp-simple-server: 0.21.5 -> 0.21.6
- [56c565bb](56c565bb11) rsign2: init at 0.6.2
- [e8cf6a87](e8cf6a8702) python310Packages.bottleneck: 1.3.6 -> 1.3.7
- [f3613abf](f3613abf45) pipx: 1.1.0 -> 1.2.0
- [6838ade9](6838ade916) konstraint: 0.25.1 -> 0.26.0
- [0f472132](0f47213252) cdk-go: 1.5.1 -> 1.5.2
- [e1a0bbe2](e1a0bbe252) argc: 0.13.0 -> 0.14.0
- [fa4405bd](fa4405bd65) terraform-providers.cloudamqp: 1.24.0 → 1.24.1
- [7cb823d0](7cb823d01d) terraform-providers.github: 5.18.0 → 5.18.3
- [7643b2b8](7643b2b838) terraform-providers.ksyun: 1.3.66 → 1.3.67
- [3b6694fe](3b6694fee4) terraform-providers.ns1: 2.0.0 → 2.0.2
- [15a9d477](15a9d47764) terraform-providers.spotinst: 1.105.0 → 1.106.0
- [b1b21ead](b1b21ead4d) terraform-providers.talos: 0.1.1 → 0.1.2
- [63fb7c48](63fb7c48ae) terraform-providers.tencentcloud: 1.79.14 → 1.79.15
- [28b44d37](28b44d37a2) terraform-providers.yandex: 0.86.0 → 0.87.0
- [1a8edfe1](1a8edfe192) emacs: Add basic tree-sitter support ([NixOS/nixpkgs⁠#219559](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/219559))
- [f8df93c6](f8df93c62a) level-zero: 1.9.4 -> 1.9.9
- [1dc04367](1dc043677c) spaceship-prompt: 4.13.2 -> 4.13.3
- [dc531f9a](dc531f9af8) ginkgo: 2.9.0 -> 2.9.1
- [26da1c1b](26da1c1ba8) chezmoi: 2.31.1 -> 2.32.0
- [4a2b772a](4a2b772a55) python310Packages.plexapi: 4.13.2 -> 4.13.4
- [3565cf6b](3565cf6b8c) Revert "shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2"
- [efcc5e13](efcc5e13f0) shadowsocks-v2ray-plugin: no auto update
- [102bed50](102bed5081) shadowsocks-v2ray-plugin: add comments about no auto update
- [73bc86dc](73bc86dc9c) coqPackages.coq-ext-lib: enable for Coq 8.17
- [265f0cae](265f0cae75) coqPackages.paco: enable for Coq 8.17
- [9d8a066f](9d8a066fd4) coqPackages.ITree: 4.0.0 → 5.1.0
- [6ad5f1df](6ad5f1df41) gitleaks: 8.16.0 -> 8.16.1
- [f0e6d9bc](f0e6d9bc9f) tlsx: 1.0.5 -> 1.0.6
- [d23bb83e](d23bb83ecb) python310Packages.pyquil: 3.3.3 -> 3.3.4
- [3998f91a](3998f91ae8) python310Packages.aioshutil: 1.2 -> 1.3
- [46ef9d5c](46ef9d5cf2) level-zero: add changelog to meta
- [806df325](806df325ae) python310Packages.jira: add changelog to meta
- [3e0ebe42](3e0ebe4238) python310Packages.stanza: add changelog to meta
- [0f4af120](0f4af120ff) python310Packages.glean-parser: add changelog to meta
- [449af591](449af59187) exploitdb: 2023-03-10 -> 2023-03-14
- [f0b6bd85](f0b6bd8526) exploitdb: 2023-03-14 -> 2023-03-15
- [8624b3d2](8624b3d255) pipx: add changelog to meta
- [fec3896c](fec3896c1c) python310Packages.spacy: add changelog to meta
- [0967f952](0967f9524e) python310Packages.pipx: add input

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 01:29:44 +00:00
a274298f14 flake.lock: Updating 'org (emacs-straight/org-mode)' - 8589de94 -> 4cad6c8e (#402)
### Changes for org

On branch: main
Commits: 8589de94d8...4cad6c8eaf

- [dd25e270](dd25e2704f) org-src--construct-edit-buffer-name: Fix docstring
- [d6e75d0e](d6e75d0eeb) org-read-date: Do not consider `org-extend-today-until' with default time
- [f5987b37](f5987b37d4) Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi
- [a8006ea5](a8006ea580) * lisp/ob-latex.el: Fix command injection vulnerability
- [3d04af38](3d04af3826) org-latex-paragraph: Ensure that paragraphs are not split by empty lines
- [3eb51d8d](3eb51d8dbc) * lisp/ox-latex.el (org-latex-generate-engraved-preamble): Fix typo
- [6fc42016](6fc420167c) org-persist: Fix file path calculation
- [635a601d](635a601dd5) org-self-insert-command: Do not trigger folding checks
- [6efb0734](6efb073463) ob-clojure.el: Fix results output, support clojure-cli
- [4cad6c8e](4cad6c8eaf) * lisp/Makefile: Remove references to org-contrib

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17 01:29:36 +00:00
4b836ed075 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - ae8bdd2d -> 1e383aad (#396)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: ae8bdd2de4...1e383aada5

- [0ba1c25b](0ba1c25b62) python310Packages.hvac: 1.0.2 -> 1.1.0
- [04a5d95d](04a5d95dbf) maintainers: add milran
- [42cda97c](42cda97c50) gqlgenc: init at 0.11.3
- [5b9628a9](5b9628a9ed) teleport: add justinas to maintainers
- [701a8387](701a838718) teleport: add arianvp to maintainers
- [1f2cf28a](1f2cf28aa9) algolia-cli: 1.3.0 -> 1.3.1
- [73f2f4c6](73f2f4c6a8) freac: 1.1.6 -> 1.1.7
- [27688662](2768866261) nixosTests.pantheon: ensure the password box is focused when login
- [94ce5a87](94ce5a875a) pkgs/tools/wayland: enable strictDeps
- [47ace7b0](47ace7b0af) pkgs/tools/nix: enable strictDeps
- [9bfeb0d7](9bfeb0d751) checkip: 0.44.2 -> 0.45.1
- [5eb5d881](5eb5d881a4) nixos/nginx: add defaultMimeTypes option
- [3e38add9](3e38add9b0) maintainers: add connorbaker
- [518ee5c9](518ee5c99b) zine: 0.11.1 -> 0.12.0
- [d8831d92](d8831d9224) somebar: 1.0.0 -> 1.0.3
- [2f430da1](2f430da1c6) Replacing MRAN mirror with posit
- [de1f8d6b](de1f8d6bd8) maestro: 1.23.0 -> 1.24.0
- [02cd0a5d](02cd0a5dfc) sherpa: 2.2.13 -> 2.2.14 ([NixOS/nixpkgs⁠#220016](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/220016))
- [27684f88](27684f8832) mindustry: 141.2 -> 142
- [acf1389e](acf1389e2f) goreleaser: add caarlos0 to maintainers list
- [a76b5ced](a76b5ced8b) goreleaser: add developer-guy to maintainers list
- [25939765](2593976518) csdr: 0.18.0 -> 0.18.1
- [7e1bcf5f](7e1bcf5f38) glooctl: 1.13.8 -> 1.13.9
- [0c370aab](0c370aab64) aws-sso-cli: 1.9.9 -> 1.9.10
- [937e716d](937e716d4e) python3Packages.sphinxext-opengraph: 0.7.5 -> 0.8.1
- [8460c8b1](8460c8b124) tlaps: migrate to OCaml 4.14
- [0a11517a](0a11517a84) act: 0.2.42 -> 0.2.43
- [985e04ac](985e04ac1b) maintainers: add kirillrdy
- [72d7d2e9](72d7d2e9cc) awsebcli: add kirillrdy as maintainer
- [ecfff018](ecfff018eb) masscan: add patch to fix resume functionality ([NixOS/nixpkgs⁠#219905](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/219905))
- [3d206db3](3d206db3c4) tsung: 1.7.0 -> 1.8.0
- [5e6ebb3e](5e6ebb3e89) python310Packages.aiolivisi: 0.0.16 -> 0.0.18
- [93711c6f](93711c6fdf) tsung: add changelog to meta
- [8312cc0a](8312cc0a1f) python310Packages.pyobihai: 1.3.2 -> 1.4.0
- [9f031004](9f031004e7) libdisplay-info: 0.1.0 -> 0.1.1
- [337384d8](337384d81c) python310Packages.hvac: add changelog to meta
- [94ab7a23](94ab7a2363) python310Packages.hvac: disable on unsupported Python releases
- [c0fb30a6](c0fb30a60e) python310Packages.archinfo: 9.2.40 -> 9.2.41
- [263f871a](263f871a62) python310Packages.ailment: 9.2.40 -> 9.2.41
- [8318c658](8318c658b9) python310Packages.pyvex: 9.2.40 -> 9.2.41
- [dd974c57](dd974c57ac) python310Packages.claripy: 9.2.40 -> 9.2.41
- [7e96ced3](7e96ced3ea) python310Packages.cle: 9.2.40 -> 9.2.41
- [01e6f31e](01e6f31e56) python310Packages.angr: 9.2.40 -> 9.2.41
- [524885c1](524885c108) syft: 0.73.0 -> 0.74.0
- [6a6ce419](6a6ce4198d) chromiumBeta: 111.0.5563.50 -> 111.0.5563.64
- [b4c26395](b4c263953e) python310Packages.python-otbr-api: 1.0.5 -> 1.0.7
- [ef9f273e](ef9f273e30) python310Packages.easyenergy: init at 0.2.0
- [b6214c95](b6214c9591) maintainers: add prrlvr
- [ec822d4c](ec822d4c45) home-assistant: add easyenergy to component-packages
- [bfe60278](bfe60278b9) re-flex: init at 3.3.1
- [2011b1f0](2011b1f003) python310Packages.cemm: init at 0.5.1
- [044670c7](044670c79b) python310Packages.energyzero: init at 0.4.0
- [779db789](779db7898c) go_1_20: 1.20.1 -> 1.20.2
- [4b9d8758](4b9d875852) home-assistant: add energyzero to component-packages
- [68114301](681143012d) beamPackages.hex: 1.0.1 -> 2.0.6
- [1e36120c](1e36120c94) signalbackup-tools: 20230305 -> 20230307-1
- [cad0a950](cad0a950fb) python310Packages.eufylife-ble-client: init at 0.1.7
- [22aa2d8c](22aa2d8cff) home-assistant: add eufylife-ble-client to component-packages
- [992b7224](992b72241d) katawa-shoujo: Add desktop file
- [43dcf6a2](43dcf6a240) python310Packages.app-model: 0.1.1 -> 0.1.2
- [43a3285b](43a3285b1e) kubescape: 2.0.161 -> 2.2.3
- [2d7bb420](2d7bb420c8) arkade: 0.9.3 -> 0.9.4
- [8bde91a3](8bde91a3ab) kbibtex: 0.9.3.1 -> 0.9.3.2
- [4ffa19a0](4ffa19a0e9) kubescape: 2.2.3 -> 2.2.4
- [45a706c5](45a706c599) python310Packages.prance: 0.21.8.0 -> 0.22.02.22.0
- [34f4be4a](34f4be4ad2) python310Packages.apispec: 6.1.0 -> 6.2.0
- [c051db62](c051db62ce) linvstmanager: init at 1.1.1
- [938d9f5b](938d9f5b39) python310Packages.herepy: 3.5.8 -> 3.6.0
- [cbb6abb8](cbb6abb802) python311Packages.fire: fix tests
- [22c6c560](22c6c56091) opa: migrate to OCaml 4.14
- [a8a12fdf](a8a12fdf85) erdtree: 1.2.0 -> 1.3.0
- [8648885a](8648885a80) xc: 0.0.159 -> 0.0.175
- [3d647935](3d647935eb) ov: 0.14.2 -> 0.15.0
- [bfb509e4](bfb509e45c) python310Packages.insteon-frontend-home-assistant: 0.3.2 -> 0.3.3
- [61852b7f](61852b7faa) lib: remove deprecated functions
- [194a3801](194a380161) nexttrace: init at 1.1.3
- [5e651fe3](5e651fe37e) nixos/nexttrace: init
- [d1ffbed1](d1ffbed175) qcad: 3.27.9.2 -> 3.27.9.3
- [392c79de](392c79dece) terraform-providers.aviatrix: 3.0.1 → 3.0.2
- [35ebb2dc](35ebb2dc83) terraform-providers.aiven: 4.0.0 → 4.1.0
- [5f93b977](5f93b9774e) terraform-providers.cloudfoundry: 0.50.4 → 0.50.5
- [c242f5c8](c242f5c89d) terraform-providers.cloudamqp: 1.23.0 → 1.24.0
- [54c038d6](54c038d693) terraform-providers.datadog: 3.21.0 → 3.22.0
- [59d19cf0](59d19cf0a1) terraform-providers.okta: 3.42.0 → 3.43.0
- [75725216](75725216fd) terraform-providers.mongodbatlas: 1.8.0 → 1.8.1
- [2369bf3d](2369bf3d44) terraform-providers.scaleway: 2.12.0 → 2.12.1
- [1599fe76](1599fe767a) terraform-providers.yandex: 0.85.0 → 0.86.0
- [76c0e3ef](76c0e3ef55) python310Packages.klein: don't test on multiple cores
- [fb825182](fb8251822c) libadwaita: 1.2.2 -> 1.2.3
- [b6b23791](b6b23791f5) pachyderm: 2.5.0 -> 2.5.1
- [f7f6256d](f7f6256de8) ytt: 0.44.1 -> 0.45.0
- [41ec7e2f](41ec7e2fef) python3Packages.sphinxext-opengraph: add changelog to meta
- [a35b09be](a35b09be82) audacious: 4.2 -> 4.3
- [c1d9d8c7](c1d9d8c7f3) exploitdb: 2023-03-01 -> 2023-03-06
- [2a508fbf](2a508fbf2c) python310Packages.sphinxext-opengraph: disable on unsupported Python releases
- [d6e7f3fc](d6e7f3fc7b) rmw: init at 0.9.0
- [60709908](60709908a2) ocaml: remove obsolete aliases for old versions
- [ffcf148a](ffcf148a8d) nixos/waybar: allow change waybar package to use
- [d1323857](d1323857f8) tilemaker: 2.2.0 → 2.3.0
- [9796cbfe](9796cbfe14) linux_xanmod_latest: 6.1.13 -> 6.1.14
- [c70c23e0](c70c23e088) linux_xanmod: 5.15.89 -> 6.1.15
- [32af296b](32af296bbe) linux_xanmod_latest: 6.1.14 -> 6.2.2
- [ff894f5e](ff894f5efa) typos: 1.13.16 -> 1.13.18
- [ba4d56e2](ba4d56e20e) tamarin-prover: install vim-plugin to nvim/site
- [79c65780](79c6578005) fzf: install vim-plugin to nvim/site
- [78fee034](78fee03467) txr: install vim-plugin to nvim/site
- [4de2b19f](4de2b19fa1) boogie: install vim-plugin to nvim/site
- [da95db0a](da95db0a3a) taskwarrior: fix nvim/site installation path
- [008aeed9](008aeed915) krabby: init at 0.1.6
- [b23a5794](b23a5794db) linux_xanmod: remove LRU option
- [fd400f54](fd400f5425) terracognita: 0.8.1 -> 0.8.2
- [5b9ed59e](5b9ed59e80) syncthingtray: 1.3.2 -> 1.3.3
- [a5613d24](a5613d24ef) libsForQt5.qtutilities: 6.10.0 -> 6.11.0
- [c10d18c7](c10d18c7e7) cpp-utilities: 5.20.0 -> 5.21.0
- [270c722c](270c722c89) aws-vault: 6.6.2 -> 7.0.0 ([NixOS/nixpkgs⁠#220033](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/220033))
- [29da1234](29da123428) offpunk: 1.8->1.9
- [be521607](be5216077e) offpunk: install the project's man page
- [76657296](7665729660) flyctl: 0.0.477 -> 0.0.478
- [ff28bb10](ff28bb1055) asusctl: 4.5.6 -> 4.5.8
- [d8d8b55e](d8d8b55e7d) nixos/murmur: expose dbus
- [4d40a028](4d40a028a1) rtorrent: set meta.mainProgram

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 01:36:13 +00:00
6acca9762e flake.lock: Updating 'org (emacs-straight/org-mode)' - aa224978 -> 8589de94 (#397)
### Changes for org

On branch: main
Commits: aa22497876...8589de94d8

- [911d6a10](911d6a1027) org-manual: Clarify that :eval yes obeys `org-confirm-babel-evaluate'
- [e8010e8a](e8010e8a91) org.el: Sync org-babel-load-languages with Babel files in Org
- [f93cc661](f93cc661c6) org-element-set-contents: Do alter the anonymous parents
- [1b1d314a](1b1d314ada) * lisp/org.el: Bump Org version on development branch
- [233a8479](233a8479ca) orgcard.tex: Fix `org-force-cycle-archived' binding
- [3d817c52](3d817c52c9) org-clock: Add a trailing space to the mode line string
- [8f8ec2cc](8f8ec2ccf3) * lisp/ob-latex.el (org-babel-execute:latex): Fix command injection vulnerability
- [12883765](12883765d2) org-babel-import-elisp-from-file: Fix the docstring
- [c0a9c9ed](c0a9c9edea) test-org-clock/mode-line: Update the docstring
- [4f6bf895](4f6bf89547) Fix BibTeX spelled as Bibtex
- [eb6379a4](eb6379a417) Fix LaTeX spelled as Latex

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 01:36:05 +00:00
1afd3ac934 flake.lock: Updating 'revealjs (hakimel/reveal.js)' - 0c9bdeab -> 724c4fee (#398)
### Changes for revealjs

On branch: master
Commits: 0c9bdeab70...724c4fee27

- [006b348e](006b348e6b) reduce fragment style specificity, add custom class to reset fragment styles [hakimel/reveal.js⁠#2927](http://r.duckduckgo.com/l/?uddg=https://github.com/hakimel/reveal.js/issues/2927)
- [724c4fee](724c4fee27) build latest css

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 01:35:58 +00:00
643de268b5 flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - ad1d9b24 -> cde9c90b (#399)
### Changes for ts-fold

On branch: master
Commits: ad1d9b2412...cde9c90b07

- [cde9c90b](cde9c90b07) docs(README.md): Metnion YAML support

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 01:35:50 +00:00
09abc89ec8 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - f5dad404 -> ae8bdd2d (#392)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: f5dad40450...ae8bdd2de4

- [8041ca78](8041ca7884) your-editor: 1503 -> 1504
- [6f82f79a](6f82f79acd) dua: 2.19.1 -> 2.19.2
- [36405d17](36405d170a) freefilesync: 12.0 -> 12.1
- [b41bc9a0](b41bc9a0e0) python310Packages.adblock: fix build
- [d286464e](d286464ec3) fioctl: 0.31 -> 0.32.0
- [d531f0a0](d531f0a0d6) vscode-extensions.streetsidesoftware.code-spell-checker: 2.17.1 -> 2.18.0
- [6c4c6f73](6c4c6f7312) jira_cli: mark as broken
- [c884849a](c884849a3c) openmm: use gcc11Stdenv everywhere
- [14533fe0](14533fe0ae) python310Packages.cart: add changelog to meta
- [31b4cd4b](31b4cd4bca) python310Packages.cart: 1.2.1 -> 1.2.2
- [2d42003f](2d42003f5f) python310Packages.neo4j: 5.5.0 -> 5.6.0
- [ca6c9318](ca6c93187d) invidious: unstable-2023-02-13 -> unstable-2023-02-22
- [48642c63](48642c634e) podman: remove wrapper
- [2ab049a5](2ab049a5c7) nixos/tests/podman: add zfs to rootful test
- [43760d9c](43760d9cc4) build(deps): bump korthout/backport-action from 1.1.0 to 1.2.0
- [42cba719](42cba719c8) bobcat: use gcc12Stdenv on aarch64-linux
- [719a3afa](719a3afafc) rpm-ostree: use gcc12Stdenv on aarch64-linux
- [16b10bf1](16b10bf112) nheko: use gcc12Stdenv on aarch64-linux
- [ed4566be](ed4566be65) mtxclient: use gcc12Stdenv on aarch64-linux
- [206a7d61](206a7d61dc) root: use gcc12Stdenv on aarch64-linux
- [cb361de4](cb361de4e7) evans: 0.10.10 -> 0.10.11
- [9fd1c278](9fd1c27815) dolphin-emu: use gcc12Stdenv on aarch64-linux
- [b17c7d1b](b17c7d1ba4) gitleaks: 8.15.4 -> 8.16.0
- [251f64f1](251f64f1d0) google-cloud-sdk: add autoPatchElf to components
- [7b6e9e2c](7b6e9e2cac) kakoune: use gcc12Stdenv on aarch64-linux
- [dbfe0825](dbfe0825c7) rocm-cmake: 5.4.2 -> 5.4.3
- [bcf8849a](bcf8849a81) gnome-decoder: fixup build after pipewire updates
- [d0c6fa6d](d0c6fa6d4e) qbittorrent: 4.5.1 -> 4.5.2
- [b6b62949](b6b62949e7) python310Packages.pypsrp: add changelog to meta
- [95df4033](95df4033fc) python310Packages.pypsrp: disable failing tests
- [42748f7e](42748f7eea) rathole: disable tests, as they loop forever
- [96765056](9676505649) flyway: 9.15.0 -> 9.15.1
- [86231302](86231302a5) python3Packages.maestral: 1.6.5 -> 1.7.0
- [605ba646](605ba64680) maestral-gui: 1.6.5 -> 1.7.0
- [edc35cbe](edc35cbefc) python3Packages.maestral: 1.7.0 -> 1.7.1
- [bcaa9892](bcaa989285) maestral-gui: 1.7.0 -> 1.7.1
- [cad64885](cad6488509) nixos/multipass: typo s/SyslogIdentifer/SyslogIdentifier/
- [74422033](74422033aa) mmex: 1.6.1 -> 1.6.3
- [71210f04](71210f0410) neovimUtils.makeNeovimConfig: expose packpathsDir
- [a18a7e5f](a18a7e5ff8) coqPackages.coqhammer: fix src URL
- [0cad0fd1](0cad0fd119) coqPackages.coq-elpi: propagate findlib
- [db0dc689](db0dc68975) mkCoqDerivation: findlib is an optional input
- [2caa0a81](2caa0a8188) manaplus: fix build
- [9900c9ea](9900c9eaad) mautrix-telegram: unstable-2023-02-16 -> 0.13.0
- [aa5fe70f](aa5fe70f46) python2.pkgs.pysparse: drop
- [4819abf7](4819abf7f4) maintainers: fix @MrFreezeex githubid
- [f3a39f21](f3a39f218a) python311Packages.psrpcore: disable failing tests on Python 3.11
- [008a86b2](008a86b223) strace: 6.1 -> 6.2
- [71aac402](71aac402cc) SDL2_mixer_2_0: init at 2.0.4
- [e07edafb](e07edafb95) python311Packages.pygame: marked broken for python >3.11
- [0536b97f](0536b97fb4) vt-cli: add changelog to meta
- [6ef8111c](6ef8111cc7) vt-cli: add mainProgram
- [87cb67b8](87cb67b8c6) lzwolf: pin SDL2_mixer to 2.0.x
- [a4bb6c3c](a4bb6c3c49) devspace: 6.2.5 -> 6.3.0
- [7fcb2ae4](7fcb2ae4b5) dotnet-sdk_8: init at 8.0.100-preview.1.23115.2
- [cae5a65c](cae5a65c90) pantheon.mutter: 3.38.6 -> 42.7
- [3a97d63d](3a97d63d5c) pantheon.gnome-settings-daemon: 3.38.2 -> 42.2
- [6eec5051](6eec505196) pantheon.gala: 6.3.1 -> 7.0.1
- [93a524db](93a524dba0) git-cola: update dependencies and make it work in darwin
- [7f1e7923](7f1e79239b) pantheon.switchboard-plug-mouse-touchpad: 6.1.0 -> 7.0.0
- [5d5e8537](5d5e853701) pantheon.switchboard-plug-keyboard: Adjust GSD & Gala schema change
- [3da565c1](3da565c170) pantheon.elementary-shortcut-overlay: 1.2.1 -> 2.0.1
- [f9ea95f0](f9ea95f0df) pantheon.elementary-default-settings: 6.0.2 -> 7.0.1
- [f685834e](f685834edf) pantheon.wingpanel-applications-menu: 2.11.0 -> 2.11.1
- [39caebab](39caebaba5) rl-2305: Mention Pantheon 7 & Mutter 42 update
- [2e07ef87](2e07ef872d) checkstyle: 10.7.0 -> 10.8.0
- [b850f713](b850f713c4) oh-my-posh: 14.2.7 -> 14.9.1
- [95e89adf](95e89adfb7) regctl: 0.4.5 -> 0.4.7
- [78e3d43b](78e3d43ba4) unciv: 4.4.19 -> 4.5.1
- [6f1d2013](6f1d2013c0) git-cola: run tests
- [c3bc7b1b](c3bc7b1bcb) fluxcd: 0.40.1 -> 0.40.2
- [cfc46fb3](cfc46fb39a) python310Packages.types-dateutil: 2.8.19.8 -> 2.8.19.9
- [31f780bf](31f780bf67) python310Packages.weconnect: 0.54.0 -> 0.54.1
- [36e65418](36e6541850) python310Packages.suseapi: remove
- [45ee5cbf](45ee5cbf63) cargo-hack: 0.5.27 -> 0.5.28
- [2ce6d739](2ce6d7392a) rtl88x2bu: 2022-12-17 -> 2023-02-24
- [c72a3095](c72a30954f) plasma: 5.27.1 -> 5.27.2
- [b71b395f](b71b395f62) jira_cli: remove
- [1aab1595](1aab159514) werf: 1.2.199 -> 1.2.202
- [19a122e0](19a122e092) ci: editorconfig: use nix-shell instead of nix-env
- [bb7879af](bb7879af92) scraper: 0.14.0 -> 0.15.0
- [210852bd](210852bd51) pdfstudio: gcc -> stdenv.cc.cc
- [3563c178](3563c178ca) workflows: pin install-nix-action to use nix 2.13.3
- [d34eea8f](d34eea8f49) libreddit: 0.29.3 -> 0.29.4
- [2aea26ed](2aea26edc2) nodePackages: update them all ([NixOS/nixpkgs⁠#218736](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/218736))
- [2b554db6](2b554db6c0) gleam: 0.25.3 -> 0.26.2
- [bdfb775f](bdfb775fbe) frogatto: unstable-2020-12-04 -> unstable-2023-02-27
- [5573b8dc](5573b8dc56) python310Packages.archinfo: 9.2.39 -> 9.2.40
- [d663a19f](d663a19fe8) python310Packages.ailment: 9.2.39 -> 9.2.40
- [7d1f96b0](7d1f96b0bf) python310Packages.pyvex: 9.2.39 -> 9.2.40
- [8a980cd2](8a980cd28e) python310Packages.claripy: 9.2.39 -> 9.2.40
- [40c4e9dc](40c4e9dca5) python310Packages.cle: 9.2.39 -> 9.2.40
- [5c6e41f6](5c6e41f6ce) python310Packages.angr: 9.2.39 -> 9.2.40
- [204e4756](204e475602) mailutils: disable tests on darwin
- [62dcd158](62dcd158d3) eventstat: 0.05.00 -> 0.05.01
- [8cba148e](8cba148eac) rocsparse: 5.4.2 -> 5.4.3
- [74cbd2b7](74cbd2b79c) python310Packages.haversine: 2.7.0 -> 2.8.0
- [036d2a37](036d2a376e) python310Packages.ascii-magic: 2.1.1 -> 2.3.0
- [b36f3974](b36f3974b8) python310Packages.weconnect: relax ascii_magic constraint
- [8695787b](8695787be7) python310Packages.weconnect-mqtt: 0.42.1 -> 0.42.2
- [ed9386a0](ed9386a050) cpuid: 20230120 -> 20230228
- [4130d1b8](4130d1b884) exploitdb: 2023-02-03 -> 2023-02-28
- [5280ef56](5280ef5698) python310Packages.auroranoaa: 0.0.2 -> 0.0.3
- [3603891b](3603891b63) vscode-extensions.eamodio.gitlens: 2023.2.1404 -> 2023.2.2804
- [4cdf5cd0](4cdf5cd024) ocamlPackages.mm: 0.8.1 -> 0.8.2
- [1b66e8cf](1b66e8cffc) ocamlPackages.ffmpeg: 1.1.6 -> 1.1.7
- [41f45c32](41f45c329f) ocamlPackages.shine: 0.2.2 -> 0.2.3
- [1b564ea8](1b564ea848) python310Packages.psrpcore: 0.2.1 -> 0.2.2
- [2010b76f](2010b76f58) yubikey-touch-detector: 1.10.0 -> 1.10.1
- [220e3491](220e3491c5) air: 1.41.0 -> 1.42.0
- [ecd57170](ecd5717087) wangle: 2023.02.20.00 -> 2023.02.27.00
- [6340fcc6](6340fcc6a9) proj: fix test suite ([NixOS/nixpkgs⁠#218719](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/218719))
- [d5dfcf22](d5dfcf220a) clusterctl: 1.3.3 -> 1.3.4
- [45b33173](45b33173d6) ipxe: unstable-2023-02-20 -> unstable-2023-02-28
- [8f7660bd](8f7660bddf) python310Packages.pyrogram: 2.0.99 -> 2.0.100
- [5c72d17b](5c72d17b21) python310Packages.twitchapi: 3.8.0 -> 3.9.0
- [1251ac58](1251ac584c) python310Packages.srsly: 2.4.5 -> 2.4.6
- [1c2d6305](1c2d630513) terraform-providers.dnsimple: 0.15.0 → 0.16.0
- [0c21ea6a](0c21ea6a85) terraform-providers.launchdarkly: 2.10.0 → 2.11.0
- [f2995531](f2995531d0) terraform-providers.scaleway: 2.11.1 → 2.12.0
- [06c5a4d8](06c5a4d8c9) terraform-providers.snowflake: 0.56.5 → 0.57.0
- [8aa433fd](8aa433fd64) treewide: pin packages with failures to go 1.19
- [d680957e](d680957e11) containerd: 1.6.18 -> 1.6.19
- [3b9518f1](3b9518f1ae) python310Packages.toposort: 1.9 -> 1.10
- [a4d5b853](a4d5b8533a) ugrep: 3.9.7 -> 3.10.0
- [caac1223](caac122399) worker-build: 0.0.12 -> 0.0.13

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-03 03:32:00 +00:00
500941d7af flake.lock: Updating 'org (emacs-straight/org-mode)' - 351279ff -> aa224978 (#393)
### Changes for org

On branch: main
Commits: 351279ffae...aa22497876

- [f9aeba5d](f9aeba5dd7) org.el: Avoid crash in `org-file-contents' in case of network failure

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-03 03:31:53 +00:00
a41693302f flake.lock: Updating 'revealjs (hakimel/reveal.js)' - cd019514 -> 0c9bdeab (#394)
### Changes for revealjs

On branch: master
Commits: cd019514f3...0c9bdeab70

- [ae652a8e](ae652a8e4e) Correctly strip leading white-space from markdown

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-03 03:31:45 +00:00
2063da43b2 flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - 9d9e0c5c -> ad1d9b24 (#395)
### Changes for ts-fold

On branch: master
Commits: 9d9e0c5cf7...ad1d9b2412

- [ad1d9b24](ad1d9b2412) feat(fold): Add support for Lua ([jcs-elpa/ts-fold⁠#52](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/52))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-03 03:31:38 +00:00
c283bcf19b Pin emacs-overlay 2023-02-25 11:57:56 +00:00
6c47eaa13d flake.lock: Updating 'doom-snippets (doomemacs/snippets)' - 03a62fe7 -> fe400301 (#382)
### Changes for doom-snippets

On branch: master
Commits: 03a62fe7ed...fe4003014a

- [1eff383a](1eff383a15) fix(nix-mode): drop stdenv.lib, quote urls
- [dd73c372](dd73c37216) fix(doom-docs-org): better icon or notice-credit
- [5d06d9f0](5d06d9f077) docs: fix doomemacs and doom-snippets repo urls
- [fe400301](fe4003014a) refactor(cc-mode): redesign for loop snippets

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:30:14 +00:00
dd4d65aaf1 flake.lock: Updating 'emacs-overlay (nix-community/emacs-overlay)' - a0185772 -> 3fc77170 (#383)
### Changes for emacs-overlay

On branch: master
Commits: a018577287...3fc771708d

- [27625286](27625286ac) Updated repos/melpa
- [43c6ad70](43c6ad70d8) Updated repos/emacs
- [88dcf530](88dcf53013) Updated repos/melpa
- [c07791ce](c07791ce9a) Updated repos/melpa
- [3234e0e7](3234e0e76b) Updated repos/elpa
- [0b567bc6](0b567bc6ae) Updated repos/emacs
- [44cdc7a3](44cdc7a37d) Updated repos/melpa
- [c48c8926](c48c892619) Updated repos/nongnu
- [0d630ac0](0d630ac0f6) Updated repos/melpa
- [b481582f](b481582f88) Updated repos/emacs
- [00fcdb0c](00fcdb0c7f) Updated repos/melpa
- [362fd889](362fd8897c) Updated repos/emacs
- [48188e42](48188e420b) Updated repos/melpa
- [475c58ac](475c58aca3) Updated repos/melpa
- [21539406](215394062b) allow tree-sitter grammars to be overridden
- [2413b096](2413b09697) Updated repos/elpa
- [5fd9ac22](5fd9ac2245) Updated repos/emacs
- [ea9cedde](ea9ceddec9) Updated repos/melpa
- [eab435bd](eab435bdce) Updated repos/elpa
- [cb76f25c](cb76f25c77) Updated repos/emacs
- [8c20f1b7](8c20f1b7fb) Updated repos/melpa
- [cf267241](cf267241b5) Updated repos/melpa
- [443cbd27](443cbd2749) Updated repos/melpa
- [087f65ec](087f65ecbc) Updated repos/elpa
- [b46c1569](b46c156926) Updated repos/emacs
- [6020998b](6020998bf9) Updated repos/melpa
- [ccd2eed0](ccd2eed0df) Updated repos/melpa
- [913d3f9d](913d3f9daf) Updated repos/elpa
- [42ddff33](42ddff3368) Updated repos/melpa
- [ffeea040](ffeea04060) Updated repos/elpa
- [14d32596](14d3259695) Updated repos/emacs
- [af05d7d8](af05d7d861) Updated repos/melpa
- [d6123813](d612381359) Updated repos/nongnu
- [74ad8382](74ad838218) Updated repos/emacs
- [9db1efe2](9db1efe2aa) Updated repos/melpa
- [c1eb5198](c1eb5198d7) Updated repos/nongnu
- [3bf83d0c](3bf83d0ca3) Updated repos/elpa
- [799a7d98](799a7d981f) Updated repos/emacs
- [3a97f683](3a97f6833b) Updated repos/melpa
- [d9cfdfca](d9cfdfcaee) Updated repos/elpa
- [f79cf966](f79cf966e0) Updated repos/melpa
- [0fe268a3](0fe268a3b0) Updated repos/nongnu
- [c4cf66c3](c4cf66c301) Updated repos/emacs
- [b70f136e](b70f136e1c) Updated repos/melpa
- [5efe1164](5efe11646c) Updated repos/melpa
- [71e56eeb](71e56eeb05) Updated repos/emacs
- [b3aba0b7](b3aba0b708) Updated repos/melpa
- [f7e1ecfa](f7e1ecfac8) Updated repos/nongnu
- [4e14b32a](4e14b32a70) Updated repos/emacs
- [581072bb](581072bb0d) Updated repos/melpa
- [e42a89b8](e42a89b822) Updated repos/melpa
- [8960d6c7](8960d6c789) Updated repos/elpa
- [8caf1c59](8caf1c5913) Updated repos/emacs
- [928bc690](928bc69050) Updated repos/melpa
- [e725980d](e725980d7f) flake: Add `emacsPackagesFor`, `emacsWithPackages*` to `lib` output
- [ef9967ba](ef9967ba8b) Updated repos/emacs
- [b20d8af9](b20d8af970) Updated repos/melpa
- [8c7bcb6c](8c7bcb6c7f) Updated repos/elpa
- [ccf9eeb3](ccf9eeb3b7) Updated repos/emacs
- [b991fd49](b991fd49bf) Updated repos/melpa
- [5b908034](5b908034d8) Updated repos/elpa
- [6e752a15](6e752a1549) Updated repos/emacs
- [242a703e](242a703e80) Updated repos/melpa
- [a68a3753](a68a375346) Updated repos/nongnu
- [1fc9a171](1fc9a1716a) Updated repos/emacs
- [25bc792c](25bc792c9f) Updated repos/melpa
- [74669061](746690618d) Updated repos/elpa
- [d8c60bfb](d8c60bfbaf) Updated repos/emacs
- [558a102c](558a102c16) Updated repos/melpa
- [2cb7ec2f](2cb7ec2f6d) flake.nix: cosmetics
- [87ecbb91](87ecbb9106) Updated repos/emacs
- [09ebba15](09ebba1585) Updated repos/melpa
- [8698300e](8698300ee9) Updated repos/emacs
- [dc9d1a2f](dc9d1a2f5c) Updated repos/melpa
- [d938b780](d938b780a3) Updated repos/melpa
- [46b97b3b](46b97b3bcd) Updated repos/elpa
- [d982609e](d982609e83) Updated repos/emacs
- [e24f948b](e24f948ba5) Updated repos/melpa
- [c16be6de](c16be6de78) Updated repos/melpa
- [a34159a5](a34159a5b1) Updated repos/emacs
- [8d9eaa57](8d9eaa57b6) Updated repos/melpa
- [8a1a2144](8a1a214453) Updated repos/elpa
- [ae6bceed](ae6bceed70) Updated repos/emacs
- [1046546c](1046546c5d) Updated repos/melpa
- [20d632bc](20d632bc23) Updated repos/emacs
- [02b3e92f](02b3e92fb3) Updated repos/melpa
- [6a8a9e25](6a8a9e252f) Updated repos/elpa
- [a35caf05](a35caf0522) Updated repos/emacs
- [fb1cdbb0](fb1cdbb0a1) Updated repos/melpa
- [8e8c7ab6](8e8c7ab687) Updated repos/melpa
- [79108ea2](79108ea2e8) Updated repos/emacs
- [4bb9abd0](4bb9abd04a) Updated repos/melpa
- [f2965a16](f2965a16bd) Updated repos/elpa
- [dd71d40e](dd71d40e28) Updated repos/emacs
- [391dca00](391dca00f2) Updated repos/melpa
- [424e98fb](424e98fb81) Updated repos/melpa
- [3420e1ab](3420e1ab81) Updated repos/nongnu
- [df1be7cd](df1be7cd6d) Updated repos/emacs
- [cd34501a](cd34501a9b) Updated repos/melpa
- [647872bf](647872bf66) Updated repos/emacs
- [ab0f3828](ab0f3828a6) Updated repos/melpa
- [a880b28c](a880b28c71) Updated repos/elpa
- [061e49c5](061e49c501) Updated repos/emacs
- [5b567bd4](5b567bd462) Updated repos/melpa
- [1b6e8ce7](1b6e8ce7dd) Updated repos/emacs
- [f417b108](f417b10830) Updated repos/melpa
- [1729c790](1729c7900f) Updated repos/elpa
- [8bf4496a](8bf4496a7d) Updated repos/emacs
- [18a770f4](18a770f432) Updated repos/melpa
- [e5e098a2](e5e098a299) Updated repos/elpa
- [afb7e353](afb7e35394) Updated repos/emacs
- [bb11ce68](bb11ce6818) Updated repos/melpa
- [e0f50595](e0f50595b9) Updated repos/nongnu
- [88b2e9ed](88b2e9eda1) Updated repos/melpa
- [314f3322](314f3322d4) Updated repos/elpa
- [5c52a909](5c52a90963) Updated repos/emacs
- [ea14c629](ea14c62958) Updated repos/melpa
- [e785b8ba](e785b8ba6d) Updated repos/elpa
- [dafe925b](dafe925b97) Updated repos/emacs
- [15de1559](15de155944) Updated repos/melpa
- [2b807c38](2b807c388a) Updated repos/melpa
- [e767f356](e767f356c3) Updated repos/elpa
- [c5ac8199](c5ac81992c) Updated repos/emacs
- [d7eeebd4](d7eeebd439) Updated repos/melpa
- [567a8501](567a85012d) Updated repos/emacs
- [aabdd358](aabdd35823) Updated repos/melpa
- [8279a14e](8279a14edb) Updated repos/melpa
- [6dfa3640](6dfa3640d5) Updated repos/elpa
- [1e323cfa](1e323cfa28) Updated repos/emacs
- [15866c4a](15866c4afc) Updated repos/melpa
- [3ee2017a](3ee2017a7b) Updated repos/emacs
- [1e132a90](1e132a9060) Updated repos/melpa
- [148a59da](148a59dade) Updated repos/emacs
- [6c39228d](6c39228d24) Updated repos/melpa
- [c0fd73f7](c0fd73f748) Updated repos/elpa
- [50fd5e2a](50fd5e2a33) Updated repos/emacs
- [3d87b9b1](3d87b9b135) Updated repos/melpa
- [063c14fd](063c14fd6d) Updated repos/emacs
- [9f3f702c](9f3f702cf9) Updated repos/melpa
- [af3de875](af3de875e3) Updated repos/emacs
- [ef717aed](ef717aed7e) Updated repos/melpa
- [5103b399](5103b399cf) Updated repos/elpa
- [7c411f56](7c411f5678) Updated repos/emacs
- [3fc77170](3fc771708d) Updated repos/melpa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:30:07 +00:00
3c2f57c984 flake.lock: Updating 'flake-utils (numtide/flake-utils)' - 5aed5285 -> 3db36a8b (#384)
### Changes for flake-utils

On branch: main
Commits: 5aed5285a9...3db36a8b46

- [3db36a8b](3db36a8b46) Bump cachix/install-nix-action from 18 to 19 ([numtide/flake-utils⁠#87](http://r.duckduckgo.com/l/?uddg=https://github.com/numtide/flake-utils/issues/87))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:29:59 +00:00
199977170b flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - c6fd9036 -> f5dad404 (#385)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: c6fd903606...f5dad40450

- [3a6307cc](3a6307ccda) cargo-watch: 8.3.0 -> 8.4.0
- [98e56666](98e5666672) rofi-bluetooth: unstable-2021-03-05 -> unstable-2023-02-03
- [bdcc0de9](bdcc0de94d) spire: 1.5.4 -> 1.5.5
- [680d8810](680d8810ee) python3Packages.asyncua: 1.0.0 -> 1.0.1
- [ca19c433](ca19c43382) syncstorage-rs: 0.13.1 -> 0.13.2
- [c17b2d71](c17b2d71ea) txt2tags: unstable-2022-10-17 -> 3.8
- [030ed6aa](030ed6aadb) esptool: 4.4 -> 4.5
- [0e973e43](0e973e43c0) urbit: remove old urbit; init at 1.20
- [b4e64c89](b4e64c895b) flyway: 9.14.1 -> 9.15.0
- [38593bc3](38593bc3c0) nixos/flipperzero: init
- [cb0581d6](cb0581d660) ergo: 5.0.6 -> 5.0.7
- [00bffb84](00bffb84da) nixos-render-docs: drop frozendict
- [895d9e69](895d9e69dd) nixos-render-docs: extract md code block factory
- [45619b3c](45619b3c4a) nixos-render-docs: extend md_make_code
- [82d066ff](82d066ffe3) nixos-render-docs: refactor option docs restrictions
- [6c182075](6c182075bb) nixos-render-docs: forbid attrspans and examples in options
- [4d3aef76](4d3aef762f) nixos-render-docs: add options commonmark converter
- [417dd2ad](417dd2ad16) nixos-render-docs: add options asciidoc converter
- [ef152889](ef15288944) texlive: use lists instead of sets to represent dependencies ([NixOS/nixpkgs⁠#217230](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/217230))
- [36ea699b](36ea699bd4) sqlc: 1.16.0 -> 1.17.0
- [a65c82e3](a65c82e332) crc: 2.13.1 -> 2.14.0
- [98661a89](98661a89f2) tinygltf: 2.8.2 -> 2.8.3
- [d92b0d66](d92b0d6602) openapi-generator-cli: 6.3.0 -> 6.4.0
- [42bc6964](42bc696492) istioctl: 1.16.2 -> 1.17.0
- [96ba652a](96ba652a1c) python310Packages.multimethod: add changelog to meta
- [ff283377](ff2833772f) python310Packages.multimethod: 1.6 -> 1.9.1
- [77aed400](77aed40027) neuron: 7.5 -> 8.2.1
- [2ce66cf3](2ce66cf379) broot: fix cross compilation
- [bc5d5b3d](bc5d5b3dd0) grandperspective: init at 3.0.1
- [5df6f180](5df6f1809d) python310Packages.lightgbm: unbreak
- [3a119621](3a119621cc) nccl: 2.12.10-1 -> 2.16.5-1
- [a018bded](a018bded89) belle-sip: 5.2.16 -> 5.2.23
- [5f29a562](5f29a5628b) outline: fix broken links to public assets
- [c5bdf25a](c5bdf25a86) appgate-sdp: 6.0.3 -> 6.1.2
- [47ae1637](47ae163795) python310Packages.adafruit-platformdetect: 3.40.2 -> 3.40.3
- [7923b7a5](7923b7a53d) libdeltachat: 1.108.0 -> 1.109.0
- [a0891088](a089108828) python310Packages.deltachat: use pyproject format
- [2ca5a88f](2ca5a88f8e) nixos/plasma5: remove non-existant/unused PAM service configs.
- [f26cedf1](f26cedf1ef) gitea: 1.18.4 -> 1.18.5
- [057e7b7c](057e7b7c24) python310Packages.async-lru: 1.0.3 -> 2.0.0
- [89d7cda8](89d7cda873) binwalk: 2.3.3 -> 2.3.4
- [45a6488f](45a6488f9c) nixos/sddm + nixos/plasma5: switch PAM service to `login`.
- [5daf760c](5daf760cca) python310Packages.hatasmota: 0.6.3 -> 0.6.4
- [fda1935b](fda1935b0b) python310Packages.nextdns: 1.2.2 -> 1.3.0
- [36a399ff](36a399fff8) jackett: add changelog
- [f5447ca6](f5447ca65d) radarr: add changelog
- [0c51d5ea](0c51d5eac3) python310Packages.archinfo: 9.2.38 -> 9.2.39
- [7f6d65ce](7f6d65ce3b) python310Packages.ailment: 9.2.38 -> 9.2.39
- [15694fd2](15694fd2a1) python310Packages.pyvex: 9.2.38 -> 9.2.39
- [0a72f912](0a72f91297) python310Packages.claripy: 9.2.38 -> 9.2.39
- [c29190c3](c29190c3b9) python310Packages.cle: 9.2.38 -> 9.2.39
- [51af9e59](51af9e596f) python310Packages.angr: 9.2.38 -> 9.2.39
- [a6c59a5f](a6c59a5fc0) fava: 1.23.1 -> 1.24
- [13c5fbef](13c5fbef8b) termscp: 0.10.0 -> 0.11.0
- [6c33bd35](6c33bd35e2) termscp: add changelog to meta
- [e5ffc94e](e5ffc94ea9) nixos/mautrix-facebook: fix copy&paste error
- [7503c1d7](7503c1d701) elpa-packages: updated 2023-02-21 (from overlay)
- [297ba7ca](297ba7ca32) melpa-packages: updated 2023-02-21 (from overlay)
- [297a5a5c](297a5a5c71) plasma-sdk: Fix plasmoidviewer
- [5a5adc2a](5a5adc2ad7) erigon: 2.38.1 -> 2.39.0
- [8260d35e](8260d35eb9) lemmy: 0.16.7 -> 0.17.1
- [6b5f0307](6b5f0307b2) python310Packages.peaqevcore: 12.0.1 -> 12.0.2
- [916bb108](916bb1088e) linuxManualConfig: remove obsolete firmware code
- [d1773f8f](d1773f8f5d) linuxManualConfig: drop gen-kheaders-metadata.patch
- [e49dc267](e49dc26761) transmission: use gentoo patch to load legacy openssl provider
- [b53ab7f1](b53ab7f158) nixos/tests/podman: split podman into rootful/rootless
- [9ab04753](9ab047538f) nixos/tests/podman: refactor dns test and fix indentation
- [07b8c65c](07b8c65c77) nixos/tests/podman: add test for rootless port forwarding
- [294f9458](294f945825) python310Packages.mistune: 2.0.4 -> 2.0.5
- [e56db577](e56db577a1) nixos/polkit: set static gid for polkituser
- [3139d99b](3139d99b4d) maturin.passthru.tests: replace patch with Cargo.lock
- [85323f30](85323f302e) xgboost: CMakeLists.txt does not respect CUDA_HOST_COMPILER
- [c52479ef](c52479efd9) rustc-demangle: replace patch with Cargo.lock
- [4023fb81](4023fb81dd) netease-music-tui: replace patch with Cargo.lock
- [73b03b8c](73b03b8c0e) netease-music-tui: fix Cargo.lock update script
- [01181276](01181276d7) itm-tools: replace patch with Cargo.lock
- [5f92b1a9](5f92b1a96c) ethabi: replace patch with Cargo.lock
- [606628f0](606628f036) python3.pkgs.johnnycanencrypt: remove orphaned patch
- [1301a1a9](1301a1a997) keepassx{,2}: drop
- [487c7f87](487c7f8725) sing-box: 1.1.5 -> 1.1.6
- [9d11a0c1](9d11a0c1ce) google-guest-oslogin: 20230202.00 -> 20230217.00
- [30c3b909](30c3b90903) cvc5: 1.0.3 → 1.0.4
- [60448a88](60448a8845) texworks: 0.6.7 -> 0.6.8
- [9cc993fa](9cc993fad9) python310Packages.pycontrol4: 0.3.1 -> 1.1.0
- [c2032506](c203250659) terraform-providers.fastly: 3.0.4 → 3.1.0
- [2c5fab71](2c5fab716a) terraform-providers.kubernetes: 2.18.0 → 2.18.1
- [b538b125](b538b125b1) terraform-providers.alicloud: 1.198.0 → 1.199.0
- [ed5faba4](ed5faba4af) terraform-providers.scaleway: 2.10.0 → 2.11.0
- [f930ea64](f930ea64f1) terraform-providers.snowflake: 0.56.4 → 0.56.5
- [fafad6c9](fafad6c95b) terraform-providers.oci: 4.108.0 → 4.108.1
- [68f80b55](68f80b556e) citrix_workspace: 22.12.0 -> 23.02.0
- [d6ac9feb](d6ac9feb22) citrix-workspace: remove all previous versions
- [935d0e20](935d0e208a) ocamlPackages.elpi: fix camlp5 dependency
- [26637949](266379497d) cuda-samples: init 11.8
- [e44a34a0](e44a34a0f6) kaffeine: enable v4l support ([NixOS/nixpkgs⁠#180963](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/180963))
- [e7594786](e75947861f) terraform-providers.talos: init at 0.1.1
- [d448fdb1](d448fdb128) aliyun-cli: 3.0.141 -> 3.0.149
- [a11e546c](a11e546c4e) nfpm: 2.25.1 -> 2.26.0
- [dd73b3e5](dd73b3e57b) termius: 7.45.3 -> 7.56.1
- [83a2bd87](83a2bd87ea) prisma-engines: 4.9.0 -> 4.10.1
- [2ee4b38b](2ee4b38b75) nodePackages.prisma: 4.9.0 -> 4.10.1
- [02573873](02573873ec) nodePackages.graphite-cli: fix zsh completion
- [ed3f6b75](ed3f6b751c) python310Packages.tempest: add missing input
- [9713bb59](9713bb59c0) python310Packages.tempest: disable on unsupported Python releases
- [081eb4d8](081eb4d889) openmvg: set target architecture to 'generic'
- [ebc120c1](ebc120c155) openmvg: use ceres-solver from nixpkgs
- [5e489eee](5e489eee1b) phpunit: init at 10.0.11
- [3a99b256](3a99b25647) tbls: 1.62.0 -> 1.62.1
- [2343d23c](2343d23c44) dwarf-fortress: unfuck unfuck
- [26ded81f](26ded81fa4) clj-kondo: 2023.01.20 -> 2023.02.17
- [fb3a27fa](fb3a27fade) qemacs: 0.3.3 -> 5.4.1c ([NixOS/nixpkgs⁠#209418](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/209418))
- [eea5dc6e](eea5dc6e5d) python3Packages.grad-cam: Fix alias-free eval
- [3348c60d](3348c60d06) kalendar: add missing dependency kirigami-addons
- [e90c3615](e90c361511) doh-proxy-rust: 0.9.7 -> 0.9.8
- [bd1ec260](bd1ec260fb) arrow-cpp: disable failing test on darwin ([NixOS/nixpkgs⁠#217661](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/217661))
- [83a04de6](83a04de6ac) xc: init at 0.0.154
- [bf02778b](bf02778b76) nixos/manual: fix typos in install instructions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:29:51 +00:00
785683f580 flake.lock: Updating 'org (emacs-straight/org-mode)' - ecb62e2e -> 351279ff (#386)
### Changes for org

On branch: main
Commits: ecb62e2e31...351279ffae

- [cd967ce0](cd967ce006) org-odt-plain-text: Fix `fill-column' value
- [97a235cf](97a235cf1c) org-clock-timestamps-change: Preserve point position
- [76f9a3c2](76f9a3c2cb) org-timestamp-change: Add FIXME
- [2e22a8b8](2e22a8b827) org-export-dictionary: Fix typo
- [df4a5d86](df4a5d86d8) org-fold: Fix isearch when `org-fold-core-style' is 'overlays
- [12bcd322](12bcd322d0) Improve documentation for agenda starting day
- [c7b976a0](c7b976a052) org: Bump the minimal required Emacs version
- [104311c7](104311c7f8) org-cite-basic--get-field: Throw an error on non-nil field values
- [0e5de0ff](0e5de0ff64) org-export-expand-include-keyword: Fix relative links in recursive includes
- [5d9c9c27](5d9c9c27c6) * lisp/org-agenda.el: require 'org-element
- [cbb288ea](cbb288eaa5) ob-core: Do not use `temporary-file-directory' function
- [ecdb4420](ecdb442044) org-persist: Work around Emacs bug[emacs-straight/org-mode⁠#58687](http://r.duckduckgo.com/l/?uddg=https://github.com/emacs-straight/org-mode/issues/58687)
- [15c519b8](15c519b84c) Do not assume that `org-string-width' preserves match data
- [c92769a5](c92769a505) org-paste-subtree: Do not leave empty line in place of level indicator
- [9d58e1c7](9d58e1c781) org: Make documentation of org-reverse-note-order true
- [22dea855](22dea8557f) org-agenda: Apply the face `org-agenda-calendar-event'
- [84ead47d](84ead47d3c) Define the face `org-agenda-calendar-daterange'
- [f2320a2c](f2320a2cc1) Revert "org-agenda.el: Fix `org-agenda-get-blocks'"
- [005c9ae7](005c9ae747) lisp/org-datetree.el: Allow datetrees with TODO, priority, tags
- [b34bdc87](b34bdc8719) org-capture-finalize: Do not save new file with :no-save aborted capture
- [ddca7623](ddca762329) org-element--cache-verify-element: Format all the elements in warning
- [4b546e04](4b546e04af) org-element--cache-submit-request: Ensure correct cache synchronization
- [0af74d33](0af74d33a7) org-manual: Fix typos in print_bibliography kwd
- [5cde90e3](5cde90e3c8) ox: Refactor org-export-expand-include-keyword
- [7e649050](7e649050c7) ox: Pass through unparsed #+include content
- [ffd832d5](ffd832d5d6) org-manual: Update #+include block parsing
- [506989be](506989bed5) ox: Improve #+include parsing docstring
- [e9c0696f](e9c0696f79) org-persist: Inhibit fsync when writing cachefiles
- [c8f88589](c8f88589cb) org-persist: Set utf-8 coding when reading/writing
- [b29f7724](b29f772416) org-macs: Split org-compile-file into two funs
- [d0c87c76](d0c87c762a) ox-latex: Do not hardcode fallback compiler
- [18d2f871](18d2f871c2) org: Split org-format-latex into two functions
- [b8401863](b84018633e) ox-latex: Split org-latex-compile into two funs
- [f0dfbf0c](f0dfbf0c39) ox-latex: Erase compile buffer at the start
- [ce4f7db3](ce4f7db3c1) test-ob-shell: Fix test failures on Emacs 26
- [a9ee43a1](a9ee43a124) ox: Fix parsing of example #+includes
- [0ab9bc13](0ab9bc138f) Backport commit 920a7d38e from Emacs
- [ebaf1c9c](ebaf1c9c04) Backport commit 347933377 from Emacs
- [e37e9b69](e37e9b692e) org-persist: Silence recent byte-compiler warning
- [59228e51](59228e5134) test-ob-octave: Fix tests failing on Debian CI
- [a1c7cedd](a1c7cedd28) test-ob-octave: Fix tests failing on Debian CI (followup)
- [d98ca046](d98ca046cc) org-manual.org: Clarify that LANGUAGE may be omitted in code blocks
- [77a1cfb9](77a1cfb9a4) org-html-src-block: Treat code blocks without LANG equally
- [2fecd962](2fecd96200) ox: Regain Emacs <28 compatibility with #+include
- [6b15897a](6b15897a56) ox: Remove unused let binding
- [5bbb97f3](5bbb97f3df) org-fix-agenda-info: Fix Emacs <28 compatibility
- [7ad77965](7ad7796546) org-update-dblock: Add comment
- [20ee7b85](20ee7b85eb) fixup! org-fix-agenda-info: Fix Emacs <28 compatibility
- [1bcab6c0](1bcab6c04f) org-assert-version: Clarify that Org loading is aborted
- [f35fb8ac](f35fb8ac2a) lisp/ob-scheme.el: Do not hide Scheme evaluation errors
- [3e23682d](3e23682d37) ox: Fix non-renamed variable (f to file)
- [65ca7bc6](65ca7bc6a7) lisp/ox.el: Pacify compiler warning
- [1810c625](1810c625df) org-clock-x11idle-program-name: Prefer "xprintidle", when available
- [0c005906](0c00590606) lisp/ob-scheme: Silence compiler
- [c45a0589](c45a058928) org-follow-timestamp-link: Fix when org-agenda is not yet loaded
- [aa48c80f](aa48c80fe1) ob-python: Remove python-mode.el support
- [c340e799](c340e799f8) org-element-cache-map: Always continue after point set by FUNC
- [1f86003a](1f86003a5d) lisp/ob-sql.el: allow string in sql-connection-alist
- [4a751709](4a751709b5) lisp/ob-eval.el: Append newline to source block query
- [0d01a198](0d01a198bc) org-attach: Show Org Attach UI starting from top
- [32b64607](32b64607ad) org-element-cache-map: Fix when inside indirect buffer
- [9a00f6cd](9a00f6cd78) org-cite: Clarify how multiple bibliography sources are combined
- [2cf84303](2cf8430350) lisp/ob-sql.el: allow string in sql-connection-alist
- [81c03fb8](81c03fb850) lisp/ob-eval.el: Append newline to source block query
- [b4a1133a](b4a1133a18) org-babel-eval: Clarify the purpose of 4a751709b in code
- [8ae8a846](8ae8a8462f) org-clock-clocktable-language-setup: Fix Spanish translation
- [e455df4a](e455df4a07) org-persist: Improve commentary
- [f33d2410](f33d241082) org-manual: Fix typos
- [3e23b897](3e23b8976e) org-agenda: Fix `org-agenda-filter-by-category'
- [0522c185](0522c1850b) org-read-property-value: Fix DEFAULT arg when values are not restricted
- [2e901ed2](2e901ed236) org-clock-sum: Optimize performance
- [657cb58f](657cb58f10) org-set-modules: Fix when called before org-element is loaded
- [581df107](581df107b0) org-clock-sum: Fix Emacs 26 compatibility after 2e901ed23
- [b665f8de](b665f8de31) org-metaup, org-metadown: Move subtrees in active region
- [c8a5fef9](c8a5fef910) Preserve active region after structure edits
- [6cbbf4cd](6cbbf4cdbf) org-link-abbrev-alist: Fix :safe predicate
- [5d548c34](5d548c34fa) org-manual.org: Clarify what `org-timestamp-up'/`org-timestamp-down' does
- [739ccf6c](739ccf6cbf) org--batch-store-agenda-views: Fix treatment of lambda functions
- [666a61bc](666a61bcc8) lisp/ox-beamer.el: add labels to latex export
- [af1bb1b0](af1bb1b06a) org-compat: Work around Emacs bug[emacs-straight/org-mode⁠#60467](http://r.duckduckgo.com/l/?uddg=https://github.com/emacs-straight/org-mode/issues/60467)
- [6d37d2a8](6d37d2a8e7) * mk/targets.mk(GITVERSION): Provide commit number for shallow clones
- [4fbd302d](4fbd302df6) ox: Split up the org-export-as function
- [663e200f](663e200f54) ox: Document the setting of :parse-tree
- [02ae908b](02ae908b03) oc: Add org-cite-processor function
- [bd34cb3f](bd34cb3f95) org-export-dictionary: Add Norwegian translations
- [d2952e14](d2952e14d9) org-clock-clocktable-language-setup: Add a Norwegian translation
- [1f332d6c](1f332d6c5c) * lisp/org-clock.el: Remove completed FIXME
- [e6353d5b](e6353d5b9c) ob-python: Remove debugging print statement
- [6b0c2775](6b0c2775f0) org-persist-associated-files:file: Fix when container has been deleted
- [be9280f6](be9280f68b) org-cycle-set-visibility-according-to-property: Fix folded newline before
- [99c8ed09](99c8ed09f8) ox-texinfo: Fix invalid syntax in Texinfo version detection code
- [eea8da03](eea8da0315) Fix some compiler warnings
- [715f74db](715f74db36) org-manual.org: Update timestamp and timerange definitions
- [18a146a9](18a146a9d5) org-fold-core-previous-visibility-change: Fix edge case
- [fe92a3ce](fe92a3cedb) Provide a uniform way to inform users about missing third-party packages
- [747e6062](747e60629f) org-cycle: Allow intuitively used values of of `org-startup-folded'
- [aa158da6](aa158da69b) test-ob-shell: Fix test buffers not being removed on success
- [d94f4066](d94f4066e0) oc-natbib: Provide a fallback bibliography style
- [7a90f596](7a90f596d9) org-clock-timestamps-change: Fix when on opening timestamp
- [cbab9ebf](cbab9ebf55) org-manual.org: Clarify that Imenu support is activated in future Org buffers
- [2e883b21](2e883b21a7) org-sbe: Allow quoting string values
- [351279ff](351279ffae) org-diary-to-ical-string: Make sure that temporary file/buffer is cleaned

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:29:44 +00:00
8b5490de15 flake.lock: Updating 'org-contrib (emacsmirror/org-contrib)' - aa104c0b -> fff6c888 (#387)
### Changes for org-contrib

On branch: master
Commits: aa104c0bbc...fff6c88806

- [442e80dc](442e80dc95) lisp/ob-asymptote.el: Replace Luc P. by Jarmo H. as maintainer
- [0927d5f3](0927d5f319) Fix formatting of inserted timestamps
- [b6712e68](b6712e688b) lisp/org-expiry.el: Account for org-time-stamp-formats refactor
- [d0cebebb](d0cebebb30) * lisp/org-contrib.el: Bump version to 0.4.1
- [223390ea](223390ea2c) Use format function for timestamp; combine both time-stamp-format fixes
- [ee344588](ee34458807) [PATCH] Remove libraries that are in transition to other repositories
- [fff6c888](fff6c88806) [PATCH] Remove libraries that are in transition to be part of Org

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:29:36 +00:00
3389839138 flake.lock: Updating 'revealjs (hakimel/reveal.js)' - b1a9842b -> cd019514 (#388)
### Changes for revealjs

On branch: master
Commits: b1a9842b2f...cd019514f3

- [ea6b7197](ea6b7197c7) Add RFC3986-compliant URL format encoding
- [7de6ccb6](7de6ccb65b) add sortFragmentsOnSync option, makes it possible to avoid unwanted sorting in editing environments like slides.com
- [dcae8a4d](dcae8a4dc9) Fix overview spacing for disabled auto layout ([hakimel/reveal.js⁠#3291](http://r.duckduckgo.com/l/?uddg=https://github.com/hakimel/reveal.js/issues/3291))
- [2cacfc13](2cacfc1394) remove commented out config
- [1bfc6990](1bfc699045) Black & White compact themes with verbatim headers. ([hakimel/reveal.js⁠#3310](http://r.duckduckgo.com/l/?uddg=https://github.com/hakimel/reveal.js/issues/3310))
- [cd019514](cd019514f3) rename high contrast themes, dont change anything else compared to black/white themes [hakimel/reveal.js⁠#3310](http://r.duckduckgo.com/l/?uddg=https://github.com/hakimel/reveal.js/issues/3310)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:29:29 +00:00
60504e677b flake.lock: Updating 'ts-fold (jcs-elpa/ts-fold)' - 75d6f9ed -> 9d9e0c5c (#389)
### Changes for ts-fold

On branch: master
Commits: 75d6f9ed31...9d9e0c5cf7

- [1bc43aa5](1bc43aa561) updated line-reminder compatibility in README ([jcs-elpa/ts-fold⁠#50](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/50))
- [de6d9ae1](de6d9ae174) docs(README.md): Improve instruction for line-reminder
- [5b0535c1](5b0535c1af) test(Makefile); Ignore package-lint test
- [9d9e0c5c](9d9e0c5cf7) Add more folding definitions ([jcs-elpa/ts-fold⁠#51](http://r.duckduckgo.com/l/?uddg=https://github.com/jcs-elpa/ts-fold/issues/51))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-24 01:29:22 +00:00
8de922e4e2 flake.lock: Updating 'emacs-overlay (nix-community/emacs-overlay)' - acff9f41 -> a0185772 (#379)
### Changes for emacs-overlay

On branch: master
Commits: acff9f41c4...a018577287

- [1c93656f](1c93656f25) Updated repos/elpa
- [f0c737fa](f0c737faf0) Updated repos/emacs
- [0de52764](0de52764b2) Updated repos/melpa
- [c736159b](c736159b77) Updated repos/melpa
- [3dcc6a53](3dcc6a53b8) Updated repos/elpa
- [9cbe5238](9cbe523889) Updated repos/emacs
- [1e9e9e62](1e9e9e62a5) Updated repos/melpa
- [0ce6f349](0ce6f349ab) Updated repos/elpa
- [c577999f](c577999f68) Updated repos/emacs
- [d2d7a3c5](d2d7a3c5eb) Updated repos/melpa
- [fa8e052d](fa8e052d22) Updated repos/emacs
- [c595b26b](c595b26be8) Updated repos/melpa
- [4e3f717b](4e3f717b95) Updated repos/elpa
- [ec0f7cfd](ec0f7cfdd6) Updated repos/emacs
- [8e79aca6](8e79aca6bc) Updated repos/melpa
- [d1ea6872](d1ea6872b1) Updated repos/nongnu
- [e805bcc2](e805bcc20a) Updated repos/elpa
- [64851c8f](64851c8f57) Updated repos/emacs
- [a1ba95fe](a1ba95fe5d) Updated repos/melpa
- [c67c5bfa](c67c5bfa00) Updated repos/nongnu
- [21b24958](21b24958c1) Updated repos/emacs
- [d23a3449](d23a3449c8) Updated repos/melpa
- [34e85ada](34e85ada03) Updated repos/elpa
- [c3eaa953](c3eaa95360) Updated repos/emacs
- [1d2409ef](1d2409effb) Updated repos/melpa
- [41530312](4153031275) Updated repos/elpa
- [db19c252](db19c25226) Updated repos/melpa
- [ee1f91d5](ee1f91d538) Updated repos/emacs
- [ffab139d](ffab139d70) Updated repos/melpa
- [f40b555b](f40b555b6d) Updated repos/elpa
- [917df605](917df605c7) Updated repos/emacs
- [5c7ac97e](5c7ac97e61) Updated repos/melpa
- [a649a39e](a649a39e3d) Updated repos/elpa
- [c55f90ec](c55f90ec11) Updated repos/emacs
- [9e19d1aa](9e19d1aa6f) Updated repos/melpa
- [3c0026d5](3c0026d5a3) Updated repos/nongnu
- [ce3b8f02](ce3b8f0238) Updated repos/emacs
- [2b15bcc8](2b15bcc895) Updated repos/melpa
- [c1134426](c113442689) Updated repos/elpa
- [f5689d4d](f5689d4d9a) Updated repos/melpa
- [93fa2b95](93fa2b952d) Updated repos/elpa
- [eb87090c](eb87090cbb) Updated repos/melpa
- [4c9e92d1](4c9e92d154) Updated repos/emacs
- [d8710239](d871023963) Updated repos/melpa
- [dde3396d](dde3396d92) Updated repos/nongnu
- [4cabfe3a](4cabfe3a98) Updated repos/elpa
- [6bfbf908](6bfbf90833) Updated repos/melpa
- [8f515d7f](8f515d7f9a) Updated repos/elpa
- [f493f387](f493f38706) Updated repos/emacs
- [e27c4761](e27c4761fb) Updated repos/melpa
- [7276116f](7276116feb) Updated repos/nongnu
- [9641261d](9641261d49) Updated repos/emacs
- [d524102f](d524102fb8) Updated repos/melpa
- [eedd527b](eedd527b77) Updated repos/elpa
- [415ceab3](415ceab318) Updated repos/emacs
- [a0185772](a018577287) Updated repos/melpa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-03 01:30:12 +00:00
3942eef270 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - e39a949a -> c6fd9036 (#380)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: e39a949aaa...c6fd903606

- [a997c219](a997c219d8) libsmbios: add musl patch
- [ff7cb263](ff7cb26327) efivar: add musl patch
- [6998035e](6998035ed5) bundler: 2.4.5 -> 2.4.6
- [a08e4457](a08e4457b7) felix-fm: 2.2.3 -> 2.2.4
- [2b6a0352](2b6a0352c5) xsane: fix src location
- [fc7f9a10](fc7f9a1039) home-assistant.intents: 2023.1.25 -> 2023.1.31
- [48c973b2](48c973b2e4) clusterctl: 1.3.2 -> 1.3.3
- [db60d9da](db60d9da38) protoc-gen-go-vtproto: 0.3.0 -> 0.4.0
- [d64477ea](d64477ea64) automatic-timezoned: 1.0.60 -> 1.0.61
- [a9f355a4](a9f355a42a) nextdns: 1.38.0 -> 1.39.4
- [95bf8681](95bf8681e1) iotop-c: 1.22 -> 1.23
- [d405afb2](d405afb221) glmark2: 2021.12 -> 2023.01
- [e377451f](e377451f86) libffcall: 2.2 -> 2.4
- [26aadca7](26aadca7c6) chromiumBeta: Fix the patch phase
- [2c7b0a2a](2c7b0a2ab5) tgt: 1.0.84 -> 1.0.85
- [b4bfe1ba](b4bfe1bada) proxmark3-rrg: 4.15864 -> 4.16191
- [f1215fc0](f1215fc09a) cotp: 1.1.0 -> 1.2.1
- [d0369be5](d0369be5d3) roon-server: 2.0-1193 -> 2.0-1202
- [4567743b](4567743bcb) busybox: 1.35.0 -> 1.36.0
- [95d1f216](95d1f216b4) live555: 2022.12.01 -> 2023.01.19
- [b68532f4](b68532f4e6) python310Packages.openstacksdk: 0.103.0 -> 1.0.0
- [ddf5ffa8](ddf5ffa8cd) sublime-merge-dev: 2081 -> 2082
- [fad13825](fad1382569) quick-lint-js: 2.9.0 -> 2.11.0
- [7a0f0f0a](7a0f0f0a01) ruff: 0.0.238 -> 0.0.239
- [a1c41667](a1c4166735) dino: fix build on darwin
- [c7c7e2b0](c7c7e2b0ae) musikcube: replace alias libgme with game-music-emu
- [8dda4278](8dda4278f7) goa: 3.10.2 -> 3.11.0
- [4f1caea4](4f1caea482) wasmer: 3.1.0 -> 3.1.1
- [0ffde2b3](0ffde2b3d0) ddosify: 0.13.0 -> 0.13.1
- [f86ab9a5](f86ab9a545) go-graft: 0.2.15 -> 0.2.16
- [f1c0758b](f1c0758be1) mark: 8.6 -> 8.7
- [7deeda58](7deeda580b) terraform-providers.auth0: 0.42.0 → 0.43.0
- [4e2732db](4e2732db95) terraform-providers.bigip: 1.16.1 → 1.16.2
- [b7dcdbd7](b7dcdbd788) terraform-providers.digitalocean: 2.25.2 → 2.26.0
- [84a09fb4](84a09fb41b) terraform-providers.exoscale: 0.43.0 → 0.44.0
- [eb9ecb5d](eb9ecb5d4a) terraform-providers.signalfx: 6.21.0 → 6.22.0
- [6cad4ca0](6cad4ca0fc) terraform-providers.snowflake: 0.56.0 → 0.56.1
- [52303147](523031475b) terraform-providers.tfe: 0.41.0 → 0.42.0
- [03385e36](03385e36c8) terraform-providers.yandex: 0.84.0 → 0.85.0
- [f8a38dc4](f8a38dc471) cloudfox: 1.9.0 -> 1.9.1
- [ccea3592](ccea359262) rymdport: 3.3.0 -> 3.3.1
- [b02da45b](b02da45b3c) gcc/common/configure-flags.nix: fix comment
- [47072494](4707249487) python310Packages.apycula: 0.6.1 -> 0.6.2
- [f6822e8b](f6822e8bb1) ppsspp: fixup after https://github.com/NixOS/nixpkgs/pull/213533
- [c6b19541](c6b1954190) deepin-terminal: init at 5.4.34
- [5aa72229](5aa7222940) coqPackages_8_17.equations: init at 1.3+8.17
- [815d2ab6](815d2ab6e8) python311Full: use python311
- [cd0c45d7](cd0c45d72c) python310Packages.archinfo: 9.2.35 -> 9.2.36
- [3e99ca21](3e99ca213e) python310Packages.ailment: 9.2.35 -> 9.2.36
- [597549b1](597549b1e9) python310Packages.pyvex: 9.2.35 -> 9.2.36
- [8c4b2058](8c4b2058c6) python310Packages.claripy: 9.2.35 -> 9.2.36
- [b919afdd](b919afddaf) python310Packages.cle: 9.2.35 -> 9.2.36
- [793cb6fb](793cb6fb7d) python310Packages.angr: 9.2.35 -> 9.2.36
- [42c048fb](42c048fb3a) ppsspp: fixup meta.description
- [89bd9fcc](89bd9fcc57) ttfb: init at 1.6.0
- [15036f26](15036f2664) roboto-serif: init at 1.007
- [92a40c2a](92a40c2aff) python311Packages.amaranth: fix build
- [4e77e159](4e77e1592b) crun: 1.7.2 -> 1.8
- [d0c423b7](d0c423b7a9) python3Packages.eigenpy: 2.9.0 -> 2.9.1
- [2ae1f09c](2ae1f09c3c) python3Packages.etebase: 0.31.5 -> 0.31.6
- [c3520ca4](c3520ca42c) got: 0.82 -> 0.83
- [9a16d03f](9a16d03fd5) ugrep: 3.9.6 -> 3.9.7
- [4cebd0b7](4cebd0b785) pinocchio: 2.6.14 -> 2.6.15
- [128711d5](128711d5ac) python3Packages.clickhouse-driver: 0.2.2 -> 0.2.5
- [db052900](db0529000e) wimboot: 2.7.4 -> 2.7.5
- [55fbb1d2](55fbb1d20c) ocamlPackages.ocaml-r: 0.4.0 -> 0.6.0 ([NixOS/nixpkgs⁠#213545](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/213545))
- [4304c56b](4304c56b49) systeroid: 0.3.0 -> 0.3.1
- [786ff5d9](786ff5d9c9) fclones: 0.29.1 -> 0.29.3
- [66b1375b](66b1375b14) betaflight-configurator: 10.8.0 -> 10.9.0
- [e6cd5b73](e6cd5b733c) yesplaymusic: 0.4.5 -> 0.4.7
- [ec13c8dc](ec13c8dc94) osdlyrics: 0.5.12 -> 0.5.13
- [ef42a001](ef42a00132) numix-icon-theme-square: 23.01.25 -> 23.01.29
- [6e5f1ef5](6e5f1ef53a) kubie: 0.19.1 -> 0.19.2
- [9f5aac98](9f5aac98ef) keystore-explorer: 5.5.1 -> 5.5.2
- [b1f70ac2](b1f70ac21d) python3Packages.glean-sdk: 51.2.0 -> 52.2.0
- [e5219c58](e5219c58d2) jet: 0.3.21 -> 0.4.23
- [f4bdd4a4](f4bdd4a42c) python310Packages.django_4: 4.1.5 -> 4.1.6
- [5a1f9562](5a1f956291) consul: 1.14.3 -> 1.14.4
- [d299ad03](d299ad031f) python3Packages.fiona: 1.8.22 -> 1.9.0
- [ef76e024](ef76e024ba) overmind: 2.3.0 -> 2.4.0
- [ef626493](ef62649382) pgmodeler: 1.0.0-beta1 -> 1.0.0
- [ab1106bf](ab1106bfb8) teler: 2.0.0-dev.2 -> 2.0.0-dev.3
- [637b3cc0](637b3cc03a) morgen: 2.5.16 -> 2.6.4, update electron version
- [98c6798b](98c6798b10) wallabag: 2.5.2 -> 2.5.3
- [245bee6e](245bee6ef5) erlang: 25.2.1 -> 25.2.2
- [89aa0e65](89aa0e65d3) tanka: 0.23.1 -> 0.24.0
- [176ec180](176ec1805e) glow: 1.4.1 -> 1.5.0
- [1b460f28](1b460f28fc) python3Packages.torchlibrosa: init at 0.0.9
- [113fe2b1](113fe2b16b) uxplay: 1.61.1 -> 1.62
- [c8a7b874](c8a7b874c4) cozette: 1.13.0 -> 1.19.0
- [ee7d7160](ee7d7160b5) typos: 1.13.8 -> 1.13.9
- [204f8c21](204f8c2133) pantheon-tweaks: 1.0.4 -> 1.1.0
- [5337f826](5337f82669) jellyfin-ffmpeg: 5.1.2-6 -> 5.1.2-7
- [4fd407a5](4fd407a52e) mubeng: 0.12.0-dev -> 0.13.0
- [414ba7b0](414ba7b039) rtsp-simple-server: 0.21.1 -> 0.21.2
- [5dfeef6f](5dfeef6f19) gitlab: unpin openssl_1_1 ([NixOS/nixpkgs⁠#213970](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/213970))
- [e937beee](e937beeee6) gitlab: 15.7.5 -> 15.8.0
- [8f7a2b6b](8f7a2b6bc5) gitlab: 15.8.0 -> 15.8.1
- [cd99c5a8](cd99c5a8b9) qiv: 2.3.2 -> 2.3.3
- [a4a8cad2](a4a8cad21d) numix-icon-theme-circle: 23.01.25 -> 23.01.29
- [0058cd8e](0058cd8e69) gImageReader: 3.4.0 -> 3.4.1
- [abfabcc4](abfabcc447) gitea: fix build info
- [1d581fde](1d581fde40) flex-ncat: 0.1-20221109.1 -> 0.2-20230126.0
- [610369cb](610369cb60) umockdev: 0.17.15 -> 0.17.16
- [782b720d](782b720d60) kubeone: 1.5.5 -> 1.5.6
- [efed5180](efed5180f1) argocd-autopilot: 0.4.10 -> 0.4.11
- [540861c5](540861c5f8) python3Packages.piano-transcription-inference: init at 0.0.5
- [e2fa5eea](e2fa5eea45) pianotrans: init at 1.0
- [2905cb13](2905cb1353) briar-desktop: 0.3.1-beta -> 0.4.0-beta
- [ad718049](ad718049df) zigbee2mqtt: 1.29.2 -> 1.30.0
- [e93101bc](e93101bca9) python310Packages.rising: 0.2.1 -> 0.3.0
- [fd88e31a](fd88e31a20) erigon: 2.35.2 -> 2.37.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-03 01:30:04 +00:00
e92e5b6021 flake.lock: Updating 'emacs-overlay (nix-community/emacs-overlay)' - fa7dedfa -> acff9f41 (#375)
### Changes for emacs-overlay

On branch: master
Commits: fa7dedfa5e...acff9f41c4

- [ebc21994](ebc2199402) Updated repos/elpa
- [87283bd5](87283bd5f4) Updated repos/emacs
- [ad839f83](ad839f83ca) Updated repos/melpa
- [47615873](4761587385) Updated repos/emacs
- [11f1b755](11f1b755fb) Updated repos/melpa
- [e989f32e](e989f32e7b) Updated repos/emacs
- [ccc0a519](ccc0a51900) Updated repos/melpa
- [8bf1584f](8bf1584f25) Updated repos/emacs
- [1c84fffb](1c84fffbf6) Updated repos/melpa
- [cfc908b1](cfc908b14f) Updated repos/nongnu
- [5bd6b435](5bd6b43591) Add tree-sitter-html
- [57455eac](57455eacf1) Updated repos/emacs
- [93d97996](93d9799629) Updated repos/melpa
- [3d15610c](3d15610ce2) Updated repos/emacs
- [69067d7a](69067d7a32) Updated repos/melpa
- [9576aced](9576acedb5) Updated repos/emacs
- [184ae9c3](184ae9c371) Updated repos/melpa
- [50771a21](50771a213e) Updated repos/melpa
- [eebaab5f](eebaab5f38) Updated repos/elpa
- [92524fd2](92524fd243) Updated repos/emacs
- [fa16809c](fa16809cea) Updated repos/melpa
- [9bf1cacc](9bf1cacc38) Updated repos/nongnu
- [100c28bd](100c28bd32) Updated repos/melpa
- [908646b9](908646b952) Updated repos/nongnu
- [1d412618](1d412618e1) Updated repos/emacs
- [5ceb5ddb](5ceb5ddbdb) Updated repos/melpa
- [4c7a22c0](4c7a22c05b) Updated repos/nongnu
- [b4f5a551](b4f5a55155) Updated repos/elpa
- [c953dd08](c953dd08d0) Updated repos/emacs
- [274a6049](274a6049a7) Updated repos/melpa
- [10b235ad](10b235ada4) Updated repos/elpa
- [eb9b7140](eb9b714085) Updated repos/emacs
- [2164c881](2164c8819a) Updated repos/melpa
- [eb3b8c69](eb3b8c69fd) Updated repos/melpa
- [d5316379](d53163791c) Updated repos/melpa
- [05b466b9](05b466b981) Updated repos/elpa
- [15f7310f](15f7310faf) Updated repos/emacs
- [53018b60](53018b60fc) Updated repos/melpa
- [f38bcebf](f38bcebf77) Updated repos/elpa
- [be2e9cae](be2e9caec9) Updated repos/melpa
- [9b18e0da](9b18e0da77) Updated repos/elpa
- [7970ed08](7970ed0829) Updated repos/emacs
- [f0c91f45](f0c91f4589) Updated repos/melpa
- [c485a42c](c485a42c9c) Updated repos/melpa
- [6b44cc8a](6b44cc8a44) Updated repos/nongnu
- [167eb388](167eb3887a) Updated repos/elpa
- [4506c1f3](4506c1f3a9) Updated repos/emacs
- [acff9f41](acff9f41c4) Updated repos/melpa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 01:28:59 +00:00
4016814fe3 flake.lock: Updating 'nixpkgs (NixOS/nixpkgs)' - 2d38b664 -> e39a949a (#376)
### Changes for nixpkgs

On branch: nixpkgs-unstable
Commits: 2d38b664b4...e39a949aaa

- [3b628e86](3b628e860c) organicmaps: 2022.11.24-3 -> 2023.01.25-3
- [e72965f9](e72965f927) ft2-clone: 1.62 -> 1.63
- [d5a37dee](d5a37dee6a) pt2-clone: 1.56 -> 1.57
- [451cd731](451cd73164) rsass: 0.26.0 -> 0.27.0
- [5946e103](5946e10327) linkchecker: Fix disabledTestPaths on darwin
- [d9a76e16](d9a76e1672) python3Packages.imageio: 2.24.0 -> 2.25.0
- [2af916b2](2af916b277) brook: 20230101 -> 20230122
- [e4f45e39](e4f45e39a7) maestro: 1.20.0 -> 1.21.0
- [91b0f191](91b0f19118) nerdfonts: 2.3.0 -> 2.3.3 ([NixOS/nixpkgs⁠#212292](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/212292))
- [b1e06e25](b1e06e25cc) gource: 0.53 -> 0.54
- [422b1c51](422b1c5144) igv: 2.15.4 -> 2.15.5
- [edb26159](edb26159db) doc/stdenv: clarify default check target
- [0a7ebe8a](0a7ebe8ac9) rke: 1.4.1 -> 1.4.2
- [a95f6361](a95f6361bf) cloudlog: 2.3 -> 2.3.3
- [66d31188](66d3118821) mbusd: init at 0.5.1
- [63d62064](63d6206439) cubiomes-viewer: 3.0.0 -> 3.0.1
- [42d6fe1a](42d6fe1a13) mysql80: 8.0.31 -> 8.0.32
- [574eb107](574eb10742) oh-my-posh: 13.3.1 -> 13.6.0
- [114f3118](114f311896) zammad: deprecate phases for update script
- [3151d1af](3151d1affc) fatsort: clarify license
- [09e702a5](09e702a505) fatsort: fix build for cross FreeBSD
- [ea29b88b](ea29b88b6e) python310Packages.spdx-tools: 0.7.0a3 -> 0.7.0
- [f29dabe1](f29dabe16e) python310Packages.spdx-tools: add changelog to emta
- [7deb1d93](7deb1d9310) drawio: 20.7.4 -> 20.8.10
- [c9b7152c](c9b7152cb2) vorta: add changelog to meta
- [62f87c07](62f87c0753) palemoon: 31.4.2 -> 32.0.0
- [7e9f0228](7e9f022808) linuxPackages.ax99100: fix build on newer kernels
- [36234d39](36234d3980) python310Packages.google-cloud-monitoring: 2.14.0 -> 2.14.1
- [1a57bf6b](1a57bf6b20) python310Packages.flask-security-too: 5.0.2 -> 5.1.0
- [79d15610](79d156109d) python310Packages.flask-security-too: add changelog to meta
- [8f95b6f1](8f95b6f17d) python310Packages.pywbem: add changelog to meta
- [54d3bd62](54d3bd62ab) python310Packages.lsprotocol: init at 2022.0.0a9
- [fcbf5bf6](fcbf5bf653) python310Packages.nox: init at 2022.11.21
- [b74f3813](b74f381340) python310Packages.lsprotocol: adjust meta
- [bd339f42](bd339f42a3) python310Packages.pygls: 0.13.0 -> 1.0.0
- [af8572bc](af8572bca2) python310Packages.jedi-language-server: add missing inputs
- [7997466c](7997466ccd) python310Packages.nox: fix build
- [8220ac33](8220ac3380) python310Packages.lsprotocol: switch to nativeCheckInputs
- [f15da2b2](f15da2b2f9) python310Packges.cmake-language-server: 0.1.6 -> unstable-2023-01-08
- [afb50202](afb50202a3) libcdio: broaden platforms
- [ebddf014](ebddf0144f) libcdio: depend on libiconv unconditionally
- [336b58d8](336b58d845) libcdio: enable parallel building
- [b8f884e7](b8f884e700) minicom: broaden platforms
- [2464181f](2464181f1a) iosevka-bin: 17.0.4 -> 17.1.0
- [7e9d346b](7e9d346ba0) argp-standalone: 1.3 -> 1.5.0
- [bdc48ff1](bdc48ff116) argp-standalone: broaden platforms
- [84f3c519](84f3c51909) libargon2: broaden platforms
- [8d2255d6](8d2255d654) libdatrie: depend on libiconv unconditionally
- [0eb682bf](0eb682bfff) qrencode: depend on libiconv unconditionally
- [13c8b7fb](13c8b7fbec) wavpack: depend on libiconv unconditionally
- [c82cfa8b](c82cfa8bc0) guile_3_0: 3.0.8 -> 3.0.9
- [741d8ace](741d8aced7) unpoller: 2.7.10 -> 2.7.11
- [5df199b2](5df199b2cc) gh: 2.21.2 -> 2.22.0
- [e80e2cde](e80e2cde7d) zfs: 2.1.8 -> 2.1.9
- [381dcd7f](381dcd7f9d) nixos/make-options-doc: remove program argument to xslt
- [0175a91a](0175a91aa3) nixos/make-options-doc: split docbook conversion from mergeJSON
- [617822c9](617822c95b) nixos/manual: remove olinkdb
- [d255493e](d255493e8f) nixos/optionsToDocbook.py: Add docbook ns for when the appendix tag is omitted
- [440ff71c](440ff71c75) micronaut: 3.8.1 -> 3.8.2
- [2da549ef](2da549efdd) ruff: 0.0.233 -> 0.0.235
- [7a73ad27](7a73ad278f) home-assistant.intents: init at 2023.1.25
- [cf6e4125](cf6e4125d1) python310Packages.google-cloud-firestore: 2.9.0 -> 2.9.1
- [8cc844c0](8cc844c094) vtk_9_withQt5: fix build on aarch64-darwin
- [a37e8e1a](a37e8e1a3e) qt5.qtwebengine: unbreak on aarch64-darwin
- [aa1415c6](aa1415c6a5) ocamlPackages.gluten: 0.2.1 -> 0.3.0
- [92ef3744](92ef3744f0) SDL_compat: sign on Darwin
- [32a2c86e](32a2c86e97) python310Packages.google-cloud-translate: 3.10.0 -> 3.10.1
- [24bff40b](24bff40b3c) librime: 1.7.3 -> 1.8.3
- [dd977893](dd9778930c) probe-run: 0.3.5 -> 0.3.6
- [7a63ba87](7a63ba87b5) fcitx-engines.rime: mark as broken
- [4fd648c3](4fd648c373) python310Packages.google-cloud-redis: 2.11.0 -> 2.11.1
- [f488d5f6](f488d5f63c) brave: 1.47.171 -> 1.47.186
- [fac520b7](fac520b7f5) python310Packages.google-cloud-dlp: 3.11.0 -> 3.11.1
- [2ee1b440](2ee1b44057) python310Packages.google-cloud-speech: 2.17.0 -> 2.17.1
- [c9f103f1](c9f103f198) flexget: 3.5.18 -> 3.5.21
- [e9ea160b](e9ea160bca) python310Packages.google-cloud-vision: 3.3.0 -> 3.3.1
- [d1cb6256](d1cb625676) Revert "libdatrie: depend on libiconv unconditionally"
- [587149dd](587149dd10) terraform-providers.bitbucket: 2.29.2 → 2.30.0
- [b0b701d7](b0b701d7ec) terraform-providers.opentelekomcloud: 1.32.2 → 1.32.3
- [47ed5057](47ed505780) terraform-providers.opsgenie: 0.6.18 → 0.6.19
- [b3a0ce41](b3a0ce416b) terraform-providers.oci: 4.104.2 → 4.105.0
- [ed0693ac](ed0693aca7) python310Packages.azure-eventhub: 5.10.1 -> 5.11.1
- [be26029c](be26029c20) signal-desktop: 6.2.0 -> 6.3.0
- [ed7ffb0e](ed7ffb0e78) signal-desktop-beta: 6.3.0-beta.1 -> 6.4.0-beta.1
- [d9a4a546](d9a4a546b0) linuxKernel.kernels.linux_zen: 6.1.6-zen1 -> 6.1.8-zen1
- [479cf72e](479cf72e9f) linuxKernel.kernels.linux_lqx: 6.1.6-lqx1 -> 6.1.8-lqx1
- [d734dc1c](d734dc1c30) python310Packages.panflute: 2.2.3 -> 2.3.0
- [0a0306ac](0a0306ac75) python310Packages.panflute: add changelog to meta
- [7d2325a7](7d2325a774) vulkan-caps-viewer: 3.27 -> 3.28
- [41e1a672](41e1a672c6) vulkan-caps-viewer: add changelog and fmt
- [8e280065](8e28006559) python310Packages.setupmeta: 3.3.2 -> 3.4.0
- [262987f5](262987f52d) glances: 3.3.0 -> 3.3.1
- [760f23ad](760f23adeb) python310Packages.python-lsp-server: 1.7.0 -> 1.7.1
- [a149d5bf](a149d5bf0f) python310Packages.setupmeta: add changelog to meta
- [6919ac80](6919ac80f2) python310Packages.python-lsp-server: switch to pythonRelaxDepsHook
- [556a5f80](556a5f8071) exprtk: init at unstable-2021-12-31
- [b42738b0](b42738b028) python311Packages.autopep8: add patch to ignore deprecation warnings
- [d06275c9](d06275c980) python310Packages.googlemaps: 4.7.3 -> 4.9.0
- [cdbe7c69](cdbe7c69c2) buildah: wrap netavark via CONTAINERS_HELPER_BINARY_DIR
- [c0cf231b](c0cf231b22) nixVersions.nix_2_13: 2.13.1 -> 2.13.2
- [c71e0d66](c71e0d662d) Revert "Revert "nixVersions.stable: 2.12 -> 2.13""
- [2d39d447](2d39d4475f) Revert "nixUnstable: bump to latest nix version"
- [b93752ce](b93752ceb0) nixos/nix-fallback-paths: 2.12.0 -> 2.13.2
- [35d2617f](35d2617fb5) v2ray-geoip: 202301190046 -> 202301260045
- [941661c9](941661c994) pgadmin: Fix build
- [b904688e](b904688e47) deepin-wayland-protocols: init 1.6.0-deepin.1.2
- [69f53fac](69f53fac1f) dwayland: init at 5.24.3-deepin.1.4
- [52a28708](52a28708b8) treewide: mark [NixOS/nixpkgs⁠#201254](http://r.duckduckgo.com/l/?uddg=https://github.com/NixOS/nixpkgs/issues/201254)
- [5b310f27](5b310f272b) lab: fix zsh completion
- [9b914fc6](9b914fc679) Apply suggestions from code review
- [16302ba8](16302ba83c) elixir: set version to latest / elixir_1_14
- [6dd632b2](6dd632b2e5) ocamlPackages.lustre-v6: update hash

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 01:28:51 +00:00
c4c83f3a30 flake.lock: Updating 'revealjs (hakimel/reveal.js)' - 6510916b -> b1a9842b (#377)
### Changes for revealjs

On branch: master
Commits: 6510916b9f...b1a9842b2f

- [447fefd3](447fefd31c) scope print styles to .reveal [hakimel/reveal.js⁠#3348](http://r.duckduckgo.com/l/?uddg=https://github.com/hakimel/reveal.js/issues/3348)
- [32a16295](32a16295c3) Fixes typos

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 01:28:43 +00:00
cac2195c17 flake.lock: Updating 'emacs-overlay (nix-community/emacs-overlay)' - 9c95614e -> fa7dedfa (#371)
### Changes for emacs-overlay

On branch: master
Commits: 9c95614e0b...fa7dedfa5e

- [9abbf91a](9abbf91a2d) Updated repos/elpa
- [3711313b](3711313bc3) Updated repos/emacs
- [818a69d6](818a69d615) Updated repos/melpa
- [f77f910a](f77f910a60) Updated repos/emacs
- [984fa17b](984fa17b3b) Updated repos/melpa
- [ad814066](ad81406660) Updated repos/nongnu
- [7b4936ec](7b4936ec6b) Updated repos/emacs
- [d89f91c7](d89f91c7c5) Updated repos/melpa
- [2d1ce436](2d1ce4360a) Updated repos/elpa
- [68d6a8c8](68d6a8c8a0) Updated repos/emacs
- [2fccc125](2fccc12531) Updated repos/melpa
- [bc9ad2cd](bc9ad2cd35) Updated repos/nongnu
- [8125f1be](8125f1becb) Updated repos/emacs
- [1cb44099](1cb4409944) Updated repos/melpa
- [0192f376](0192f37643) Updated repos/emacs
- [c2698d13](c2698d134a) Updated repos/melpa
- [14b7aa33](14b7aa33d9) Updated repos/emacs
- [4f772972](4f772972b4) Updated repos/melpa
- [8d3626c8](8d3626c8bf) Updated repos/nongnu
- [785d196f](785d196ffa) Updated repos/emacs
- [9b2084bd](9b2084bd40) Updated repos/melpa
- [5fb59e49](5fb59e496f) Updated repos/melpa
- [b666adfa](b666adfa16) Updated repos/melpa
- [f4ed3f57](f4ed3f5781) Updated repos/nongnu
- [1ce5b56a](1ce5b56a61) Updated repos/emacs
- [f7adfd0e](f7adfd0ee2) Updated repos/melpa
- [10e47e47](10e47e476a) Updated repos/nongnu
- [30d1964f](30d1964fb1) Updated repos/emacs
- [c41dee3c](c41dee3c8a) Updated repos/melpa
- [b42f258a](b42f258add) Updated repos/elpa
- [f172a005](f172a0050e) Updated repos/emacs
- [06d88ea2](06d88ea2a7) Updated repos/melpa
- [ebbb2251](ebbb225109) Updated repos/melpa
- [dba6e04a](dba6e04ab5) Updated repos/elpa
- [08a79765](08a79765bb) Updated repos/melpa
- [0ba3a153](0ba3a153eb) Updated repos/elpa
- [2052e031](2052e031a3) Updated repos/melpa
- [6e48e5ac](6e48e5ac64) Updated repos/emacs
- [044ec940](044ec94011) Updated repos/melpa
- [089d42b5](089d42b5ec) Updated repos/nongnu
- [13852936](1385293665) Updated repos/elpa
- [8ad6bfa7](8ad6bfa741) Updated repos/melpa
- [48c4a0b2](48c4a0b231) Updated repos/elpa
- [4dfd78ce](4dfd78ce89) Updated repos/emacs
- [e30cc7d7](e30cc7d7ff) Updated repos/melpa
- [ddfaed7f](ddfaed7f3b) Updated repos/nongnu
- [d180321c](d180321cd3) Updated repos/emacs
- [d9ddea54](d9ddea546f) Updated repos/melpa
- [af6a79c2](af6a79c203) Updated repos/elpa
- [f0315cd7](f0315cd760) Updated repos/emacs
- [86863292](86863292e6) Updated repos/melpa
- [e3cb87d5](e3cb87d5f5) Updated repos/emacs
- [4b6761d8](4b6761d828) Updated repos/melpa
- [656363b3](656363b34a) Updated repos/emacs
- [8de6bdbf](8de6bdbf79) Updated repos/melpa
- [d5b7eee0](d5b7eee098) Updated repos/nongnu
- [ff34ea9b](ff34ea9bd3) Updated repos/elpa
- [ba9631e0](ba9631e0be) Updated repos/emacs
- [6108369b](6108369b3f) Updated repos/melpa
- [70d208c5](70d208c56d) Updated repos/elpa
- [92b2f5b4](92b2f5b487) Updated repos/emacs
- [240c1b5e](240c1b5ebd) Updated repos/melpa
- [29710775](297107759d) Updated repos/emacs
- [27ecb795](27ecb795fb) Updated repos/melpa
- [d3720b89](d3720b8981) Updated repos/elpa
- [d58bc561](d58bc5614e) Updated repos/emacs
- [3c1fbbbe](3c1fbbbe25) Updated repos/melpa
- [eb92f8cb](eb92f8cbb4) Updated repos/elpa
- [898c89ac](898c89ac1e) Updated repos/melpa
- [5c440de8](5c440de888) Updated repos/emacs
- [524c8844](524c884484) Updated repos/melpa
- [1c3c01a1](1c3c01a1ae) Updated repos/emacs
- [cd444d8f](cd444d8f2d) Updated repos/melpa
- [e4651781](e465178187) Add tree-sitter-ruby
- [b281ef33](b281ef3306) Alphabetize tree-sitter grammars
- [9ffea899](9ffea899b1) Updated repos/elpa
- [3fcb8573](3fcb857358) Updated repos/emacs
- [523f0621](523f062104) Updated repos/melpa
- [2fa6cca2](2fa6cca268) Updated repos/nongnu
- [ba6ca039](ba6ca0397e) Updated repos/melpa
- [af77f8ab](af77f8abd5) Updated repos/elpa
- [4bab411f](4bab411f17) Updated repos/emacs
- [b7c9a32d](b7c9a32d38) Updated repos/melpa
- [9ef42377](9ef42377c7) Updated repos/nongnu
- [24308373](2430837315) Use build flags to add tree-sitter-grammars to RPATH on Darwin
- [064b7da1](064b7da13b) Updated repos/elpa
- [896f556e](896f556ee0) Updated repos/emacs
- [e7e3438f](e7e3438f31) Updated repos/melpa
- [178e41eb](178e41ebc7) Updated repos/nongnu
- [88a4109e](88a4109e9a) Updated repos/emacs
- [0505d6fa](0505d6fa58) Updated repos/melpa
- [acee13c2](acee13c2f8) Updated repos/elpa
- [e630ba3d](e630ba3d2b) Updated repos/emacs
- [1a5a0d89](1a5a0d8953) Updated repos/melpa
- [ac50f86e](ac50f86ecf) Updated repos/elpa
- [41e808eb](41e808eba5) Updated repos/emacs
- [d59511b8](d59511b86c) Updated repos/melpa
- [47e1b0a7](47e1b0a7ec) Updated repos/emacs
- [8fa53f45](8fa53f45e6) Updated repos/melpa
- [ed004536](ed0045366f) Updated repos/melpa
- [c66c4f64](c66c4f6447) Updated repos/melpa
- [c26c90d9](c26c90d909) Updated repos/emacs
- [b7ce6bbf](b7ce6bbf53) Updated repos/melpa
- [df9951ad](df9951ada0) Updated repos/elpa
- [0b2f8790](0b2f8790dc) Updated repos/emacs
- [6024c026](6024c026ff) Updated repos/melpa
- [e8119023](e811902390) Updated repos/elpa
- [e6415620](e641562007) Updated repos/melpa
- [fcce0d8d](fcce0d8df0) Updated repos/nongnu
- [3b3242d4](3b3242d4ed) Updated repos/emacs
- [3897ea6c](3897ea6c46) Updated repos/melpa
- [b1c6994a](b1c6994a31) Updated repos/melpa
- [b7107924](b71079240e) Updated repos/elpa
- [d341bf57](d341bf5768) Updated repos/emacs
- [9c53e4d4](9c53e4d43c) Updated repos/melpa
- [18fd7d7d](18fd7d7d41) Updated repos/nongnu
- [a5405285](a5405285a6) Updated repos/emacs
- [5eaac6cb](5eaac6cbff) Updated repos/melpa
- [f5f51705](f5f51705d5) Updated repos/nongnu
- [6819db6d](6819db6d05) Updated repos/emacs
- [738b3cff](738b3cfffa) Updated repos/melpa
- [79714c5f](79714c5f67) Updated repos/elpa
- [e57369df](e57369df97) Updated repos/emacs
- [a8d8372e](a8d8372eb0) Updated repos/melpa
- [77633dd3](77633dd37d) Updated repos/melpa
- [af506f49](af506f49e0) Updated repos/melpa
- [076ee4ed](076ee4edf2) Updated repos/nongnu
- [06ea0364](06ea036435) Updated repos/elpa
- [198ae94a](198ae94a8d) Updated repos/emacs
- [6fa004ad](6fa004ad62) Updated repos/melpa
- [070389cd](070389cdd3) Updated repos/melpa
- [dca61513](dca61513fc) Updated repos/melpa
- [0b73a17b](0b73a17b7e) Updated repos/emacs
- [fc341b52](fc341b52fe) Updated repos/melpa
- [868a2b03](868a2b036b) Updated repos/melpa
- [6beae892](6beae892f0) Updated repos/elpa
- [8a9a42e2](8a9a42e253) Updated repos/emacs
- [72cf8e98](72cf8e98a2) Updated repos/melpa
- [b537e3cb](b537e3cba7) Updated repos/nongnu
- [5425bafa](5425bafa8a) Updated repos/elpa
- [4a14e8f7](4a14e8f79e) Updated repos/melpa
- [e8fbc3e6](e8fbc3e6d5) Updated repos/emacs
- [d85438fe](d85438fe16) Updated repos/melpa
- [1a3f5d63](1a3f5d633e) Updated repos/emacs
- [a488b1a6](a488b1a67b) Updated repos/melpa
- [5cab6df9](5cab6df93a) Updated repos/elpa
- [40948df7](40948df73a) Updated repos/emacs
- [9066f92a](9066f92a2f) Updated repos/melpa
- [a2e8ecc3](a2e8ecc377) Updated repos/emacs
- [e59c5c21](e59c5c21e9) Updated repos/melpa
- [2f6595fe](2f6595feec) Updated repos/nongnu
- [a458da4b](a458da4b6b) Updated repos/melpa
- [f407ec92](f407ec929d) Updated repos/elpa
- [2a5e1789](2a5e178919) Updated repos/emacs
- [f31b9a13](f31b9a13f8) Updated repos/melpa
- [699dd6e9](699dd6e999) Remove special casing for nongnuPackages
- [02dd2126](02dd212638) Updated repos/melpa
- [b14ac8cc](b14ac8cc28) Updated repos/melpa
- [48690025](48690025fe) Updated repos/elpa
- [262f18ee](262f18ee0e) Updated repos/emacs
- [60bd8884](60bd888409) Updated repos/melpa
- [1114c22a](1114c22aeb) Updated repos/nongnu
- [9974b66e](9974b66ebe) Add nixpkgs input and create lock file
- [e6679463](e66794634a) Updated repos/emacs
- [4de9f486](4de9f486cf) Updated repos/melpa
- [6d8a2ba3](6d8a2ba38e) Updated repos/elpa
- [800685a0](800685a0ad) Updated repos/melpa
- [91c70283](91c70283d2) Updated repos/emacs
- [3f8a6e83](3f8a6e839a) Updated repos/melpa
- [39ae8f18](39ae8f186f) Updated repos/emacs
- [64730859](64730859c8) Updated repos/melpa
- [0856ec24](0856ec24f3) Updated repos/elpa
- [0626733c](0626733cfc) Updated repos/emacs
- [42fdbe13](42fdbe1322) Updated repos/melpa
- [c5f01edf](c5f01edf49) Updated repos/emacs
- [aad52b34](aad52b3403) Updated repos/melpa
- [b63cf575](b63cf57592) Updated repos/nongnu
- [23513ddc](23513ddc69) Updated repos/emacs
- [b7102ef6](b7102ef6e2) Updated repos/melpa
- [5b44d966](5b44d966a3) Updated repos/elpa
- [b162e43f](b162e43fe6) Updated repos/emacs
- [f3f76b7b](f3f76b7ba1) Updated repos/melpa
- [31042303](3104230365) Updated repos/elpa
- [9ae9e7ec](9ae9e7ec7d) Updated repos/emacs
- [5a1c44b7](5a1c44b73d) Updated repos/melpa
- [c12e6782](c12e6782e7) Updated repos/nongnu
- [e12bebac](e12bebac0f) Updated repos/emacs
- [e98ec0df](e98ec0df74) Updated repos/melpa
- [6bfbd4bc](6bfbd4bcae) Updated repos/elpa
- [c265dd3a](c265dd3ae6) Updated repos/emacs
- [5959aa48](5959aa48e3) Updated repos/melpa
- [7f6e264e](7f6e264e13) Updated repos/elpa
- [311eeac7](311eeac77b) Updated repos/emacs
- [455cefa9](455cefa9ea) Updated repos/melpa
- [d0d9310e](d0d9310e38) Updated repos/melpa
- [c02cfe11](c02cfe1164) Updated repos/melpa
- [0968c208](0968c2084c) Updated repos/elpa
- [156c8a3e](156c8a3e83) Updated repos/emacs
- [8365523d](8365523d10) Updated repos/melpa
- [1c782619](1c78261981) Updated repos/elpa
- [b39095ca](b39095ca05) Updated repos/emacs
- [fa7dedfa](fa7dedfa5e) Updated repos/melpa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-20 01:33:47 +00:00
0350aa65dc flake.lock: Updating 'flake-compat (edolstra/flake-compat)' - 00939922 -> 35bb57c0 (#372)
### Changes for flake-compat

On branch: master
Commits: 009399224d...35bb57c0c8

- [43bfa87a](43bfa87aa2) Apply nix[edolstra/flake-compat⁠#7207](http://r.duckduckgo.com/l/?uddg=https://github.com/edolstra/flake-compat/issues/7207) `_type = "flake";`

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-20 01:33:39 +00:00