about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-smarttub
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-04-04 22:15:39 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-04-04 22:15:39 +0200
commitf78d635e4c03f21c18da3fd714aa55f84850474a (patch)
tree24baefac635491396fd4ead6a675650246226923 /pkgs/development/python-modules/python-smarttub
parent577a220c1650ea8d1f0ed56c305235f92371b4fe (diff)
python3Packages.python-smarttub: 0.0.19 -> 0.0.21
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 3e5889b93560f..372c12c3599dd 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.19";
+  version = "0.0.21";
   disabled = pythonOlder "3.8";
 
   src = fetchFromGitHub {
     owner = "mdz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "01i4pvgvpl7inwhy53c6b34pi5zvfiv2scn507j8jdg5cjs04g80";
+    sha256 = "sha256-7phx6CI6sqUCZIUxL6ea25UWAcI3NAz66hIleUfN4bk=";
   };
 
   propagatedBuildInputs = [