about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-31 15:06:48 +0100
committerGitHub <noreply@github.com>2022-12-31 15:06:48 +0100
commit313e0150f0442a7803755e4062a65e1b822f5741 (patch)
tree2ad25e9a18f3d47f300d16b74c2ba32119b9bd6d /pkgs
parent1f110aeb1e035c8ef5ac861f14acfc8e49c4ebdc (diff)
parent49255db2db97d17c2b431ef27d4808ae7f8a97bb (diff)
Merge pull request #208496 from fabaff/motionblinds-bump
python310Packages.motionblinds: 0.6.13 -> 0.6.14
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/motionblinds/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix
index 8ee1e026684e7..d83ad44b441b7 100644
--- a/pkgs/development/python-modules/motionblinds/default.nix
+++ b/pkgs/development/python-modules/motionblinds/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "motionblinds";
-  version = "0.6.13";
+  version = "0.6.14";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     owner = "starkillerOG";
     repo = "motion-blinds";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-vms9GcB2GQ7fZDk9f9xvFJ5Df7ArEcKn6frIuL1GwPo=";
+    hash = "sha256-OHFOV0vOAw54XOfgDUSARKIAgkWFnvf8O9xXJYZHPFE=";
   };
 
   propagatedBuildInputs = [
@@ -33,6 +33,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python library for interfacing with Motion Blinds";
     homepage = "https://github.com/starkillerOG/motion-blinds";
+    changelog = "https://github.com/starkillerOG/motion-blinds/releases/tag/${version}";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };