diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-01-16 11:52:14 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-01-16 11:52:14 +0000 |
| commit | 56807d091770f18ccaada6bad4429060f4b59858 (patch) | |
| tree | 10229689a96e7f24209263856316a2b79da9c033 | |
| parent | Merge pull request #210758 from figsoda/guppy (diff) | |
| download | nixpkgs-56807d091770f18ccaada6bad4429060f4b59858.tar.gz | |
python310Packages.py3status: 3.47 -> 3.48
| -rw-r--r-- | pkgs/development/python-modules/py3status/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/py3status/default.nix b/pkgs/development/python-modules/py3status/default.nix index 3b454eb2402f..a8d5d243a0a1 100644 --- a/pkgs/development/python-modules/py3status/default.nix +++ b/pkgs/development/python-modules/py3status/default.nix @@ -24,11 +24,11 @@ buildPythonPackage rec { pname = "py3status"; - version = "3.47"; + version = "3.48"; src = fetchPypi { inherit pname version; - sha256 = "sha256-e2UTTD8J1GDg43FdzU8Xiaj2bL/gHLIT2lzwbwarIyI="; + sha256 = "sha256-igt0niF52at/LERv4+1aVvdU+ZLVvgL2W+l6feuEAO0="; }; doCheck = false; |
