about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-02 22:15:38 +0200
committerGitHub <noreply@github.com>2022-04-02 22:15:38 +0200
commit0d7f0f7cf954d96c243b6391e11253de86e5d5a8 (patch)
treeca9f019bb2e5b8ebeb2890bb7a4eb4b43a6f661d /pkgs
parent0477e6e723e15fab938fdecbf42a2d48a370e94e (diff)
parent6132f623905ea00bdf312e63f4abf5adcca3fe9d (diff)
downloadnixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.tar
nixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.tar.gz
nixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.tar.bz2
nixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.tar.lz
nixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.tar.xz
nixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.tar.zst
nixlib-0d7f0f7cf954d96c243b6391e11253de86e5d5a8.zip
Merge pull request #166832 from r-ryantm/auto-update/python310Packages.py3status
python310Packages.py3status: 3.42 -> 3.43
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/py3status/default.nix4
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 c56fc990f2c5..73bdc1258628 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.42";
+  version = "3.43";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-2/YT36X4UvmmhiaxyJBtCKA3QuibYtReTS6MQ3YGV+c=";
+    sha256 = "sha256-H37Jcd7wZmDiCn7fk0SmlWYj46D3w/B9BdsEwqgEBjw=";
   };
 
   doCheck = false;