about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-03 08:30:28 +0100
committerGitHub <noreply@github.com>2022-11-03 08:30:28 +0100
commitad9f9c31c3d0a3a5a2519fa7cb05a3be30886495 (patch)
tree4056b03a3c0cf30388fa0ae4991d4c8342f01327 /pkgs
parent2bb38d1b00f0b48e37e86b71a6f19a788b03ae86 (diff)
parentd17f9e8b0e0cff54950e892fa134ca5e662b30a6 (diff)
Merge pull request #199241 from fabaff/prayer-times-calculator-bump
python310Packages.prayer-times-calculator: 0.0.6 -> 0.0.7
Diffstat (limited to 'pkgs')
-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 4a679a403140b..d686ac3bd0b06 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.6";
+  version = "0.0.7";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "uchagani";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-0hXbgzEKrWk79Ldd37fqnkOELa+dAGtc80RQfDZ1JTI=";
+    sha256 = "sha256-fIfv10oi5Lv1dj5Y5CYI94/UdWG3bAY/ENCiMTkO0RE=";
   };
 
   propagatedBuildInputs = [