about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-16 15:12:28 +0200
committerGitHub <noreply@github.com>2022-05-16 15:12:28 +0200
commitffd9ea3ccccc94bdb81b96ff408b01f47819f15b (patch)
tree7c49aa9ca766fd59094bfd2c3ce4857f7970fdca /pkgs
parentceeb816c9ec17bbcfb32e0e546a79d9eb9810d56 (diff)
parent0c6396c7041e27a47469008965347011b0c88914 (diff)
Merge pull request #173231 from fabaff/pyskyqhub-bump
python310Packages.pyskyqhub: 0.1.8 -> 0.1.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyskyqhub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyskyqhub/default.nix b/pkgs/development/python-modules/pyskyqhub/default.nix
index b0d1f8010fbb7..6f60fec79f2fe 100644
--- a/pkgs/development/python-modules/pyskyqhub/default.nix
+++ b/pkgs/development/python-modules/pyskyqhub/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "pyskyqhub";
-  version = "0.1.8";
+  version = "0.1.9";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     owner = "RogerSelwyn";
     repo = "skyq_hub";
     rev = version;
-    sha256 = "sha256-1KNgF3d5w+aNKNkOZVkdD3VVLz/F8NyQ5MxO1UaWrFk=";
+    sha256 = "sha256-yXqtABbsCh1yb96lsEA0gquikVenGLCo6J93AeXAC8k=";
   };
 
   propagatedBuildInputs = [