summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 17:50:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 17:50:54 +0000
commit319b4981cfdd4aa5cd5ac4888094a64a0a0abebf (patch)
tree181feb9e538b76caa91cb7a74038678b1182da71
parentMerge pull request #214836 from marsam/fix-emacs-ref-native-compilation-patch (diff)
downloadnixpkgs-319b4981cfdd4aa5cd5ac4888094a64a0a0abebf.tar.gz
python310Packages.motionblinds: 0.6.15 -> 0.6.16
-rw-r--r--pkgs/development/python-modules/motionblinds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix
index 2a9fcd201035..7b557940d855 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.15";
+ version = "0.6.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = "refs/tags/${version}";
- hash = "sha256-OTnlfJeE64tURR5YrTXjzTHbvGnbeEWu9UHGynzmSiQ=";
+ hash = "sha256-S+3aIeP63JklGbH2Gc0r8jeThJywQZnJo8alAsPvxhQ=";
};
propagatedBuildInputs = [