about summary refs log tree commit diff
path: root/pkgs/development/python-modules/prayer-times-calculator
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-05-28 00:53:28 +0200
committerGitHub <noreply@github.com>2021-05-28 00:53:28 +0200
commite2586c992f25ddc769342d566ddfc63ee1f075d9 (patch)
tree827ae413c6da177bf6956b9ee6fa6444ff1cb7c3 /pkgs/development/python-modules/prayer-times-calculator
parent8917ffe7232e1e9db23ec9405248fd1944d0b36f (diff)
python3Packages.prayer-times-calculator: 0.0.4 -> 0.0.5 (#124699)
Diffstat (limited to 'pkgs/development/python-modules/prayer-times-calculator')
-rw-r--r--pkgs/development/python-modules/prayer-times-calculator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/prayer-times-calculator/default.nix b/pkgs/development/python-modules/prayer-times-calculator/default.nix
index 758c52f1d4b55..9508cd0e435d6 100644
--- a/pkgs/development/python-modules/prayer-times-calculator/default.nix
+++ b/pkgs/development/python-modules/prayer-times-calculator/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "prayer-times-calculator";
-  version = "0.0.4";
+  version = "0.0.5";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "uchagani";
     repo = pname;
     rev = version;
-    sha256 = "053wa0zzfflaxlllh6sxgnrqqx8qyv4jcj85fsiv6n608kw202d5";
+    sha256 = "sha256-wm1r0MK6dx0cJvyQ7ulxvGWyIrNiPV2RXJD/IuKP3+E=";
   };
 
   propagatedBuildInputs = [