about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2022-06-27 09:43:09 +0200
committerCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2022-06-27 09:43:29 +0200
commitde90786542ac717bcb65dc2b40e8d52867fc5d9f (patch)
tree1e31d7d936ad1846690b1cfeb07ab1ba6813564c /pkgs
parentb9460c15f51d323ddf489af6643f574fe1dbd33f (diff)
python3Packages.pywlroots: 0.15.17 -> 0.15.18
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pywlroots/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pywlroots/default.nix b/pkgs/development/python-modules/pywlroots/default.nix
index 83a4e876e340c..0a75f62362216 100644
--- a/pkgs/development/python-modules/pywlroots/default.nix
+++ b/pkgs/development/python-modules/pywlroots/default.nix
@@ -19,14 +19,14 @@
 
 buildPythonPackage rec {
   pname = "pywlroots";
-  version = "0.15.17";
+  version = "0.15.18";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "mDD2PLlq1rVlgYrLIN88MwAEVE/hU/K0mrTszpXQ30g=";
+    sha256 = "ZKWA0pRrh/nP1D8wUHNhM+R53l5PCKO1tnqbMfMd2WE=";
   };
 
   nativeBuildInputs = [ pkg-config ];