mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Updated pyprland
This commit is contained in:
parent
e569f5fbc0
commit
bb89d4cbb5
|
@ -343,10 +343,10 @@
|
|||
'')
|
||||
(pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "pyprland";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
src = pkgs.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-gB/QkTbkr9VMzPPhubQNorPTS4Lm90TS1LCSGqPzPmU=";
|
||||
sha256 = "sha256-JRxUn4uibkl9tyOe68YuHuJKwtJS//Pmi16el5gL9n8=";
|
||||
};
|
||||
format = "pyproject";
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue