Skip to content

Commit

Permalink
python310Packages.portalocker: 2.5.1 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 20, 2022
1 parent ba90bab commit bcbc1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/portalocker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
}:

buildPythonPackage rec {
version = "2.5.1";
version = "2.6.0";
pname = "portalocker";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-ro6cwmYNoEv0H6Gg7vfjALteSlhprfsabYVRYytVmys=";
sha256 = "sha256-lk9oMPtCp0tdMrzpntN9gwjB19RN3xjz3Yn0aA3pezk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit bcbc1bd

Please sign in to comment.