about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-smarttub
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-10 12:04:21 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-10 12:04:21 +0200
commitcd6cc34d41c0c2f3d9584d35187b998f7a6f3374 (patch)
tree6910c6a5c19da7bb05dbde2de8fd513a5546061a /pkgs/development/python-modules/python-smarttub
parent977132fe59e7307d4ad41351f4274f6a3b643ce7 (diff)
python3Packages.python-smarttub: 0.0.21 -> 0.0.23
Diffstat (limited to 'pkgs/development/python-modules/python-smarttub')
-rw-r--r--pkgs/development/python-modules/python-smarttub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-smarttub/default.nix b/pkgs/development/python-modules/python-smarttub/default.nix
index 372c12c3599dd..ec47b88daa9d1 100644
--- a/pkgs/development/python-modules/python-smarttub/default.nix
+++ b/pkgs/development/python-modules/python-smarttub/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "python-smarttub";
-  version = "0.0.21";
+  version = "0.0.23";
   disabled = pythonOlder "3.8";
 
   src = fetchFromGitHub {
     owner = "mdz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-7phx6CI6sqUCZIUxL6ea25UWAcI3NAz66hIleUfN4bk=";
+    sha256 = "0maqbmk50xjhv9f0zm62ayzyf99kic3c0g5714cqkw3pfp8k75cx";
   };
 
   propagatedBuildInputs = [