diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-12-07 04:20:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-07 12:35:47 +0000 |
| commit | 869a98ba8ec359b1e2fdd6c9cd7a86bc4dbfdba8 (patch) | |
| tree | 8e7af06fe3ce3e5ca0b21158f749504d1ba58153 | |
| parent | nixos/tests/peering-manager: init (diff) | |
| download | nixpkgs-869a98ba8ec359b1e2fdd6c9cd7a86bc4dbfdba8.tar.gz | |
python310Packages.chat-downloader: 0.2.2 -> 0.2.3
https://github.com/xenova/chat-downloader/releases/tag/v0.2.3
(cherry picked from commit 59bbb9ebbf5cc2aa67ef35ea84dbeb6dea50532a)
| -rw-r--r-- | pkgs/development/python-modules/chat-downloader/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/chat-downloader/default.nix b/pkgs/development/python-modules/chat-downloader/default.nix index 5b8a75c7c123..741ed3791368 100644 --- a/pkgs/development/python-modules/chat-downloader/default.nix +++ b/pkgs/development/python-modules/chat-downloader/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "chat-downloader"; - version = "0.2.2"; + version = "0.2.3"; format = "setuptools"; src = fetchPypi { inherit version pname; - sha256 = "f095cd90c312eecec647de2ff49f3ef4cfc30e3935731d21315380f331bdd095"; + sha256 = "e19f961480b14b55d03d4d4aaa766d46131bdf2ea8a79b47d20037dfd980201a"; }; propagatedBuildInputs = [ |
