Skip to content

Commit 7de69e2

Browse files
authored
Merge pull request #323336 from r-ryantm/auto-update/pyprland
pyprland: 2.3.8 -> 2.4.0
2 parents 79a6ca7 + 184882c commit 7de69e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/py/pyprland/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "pyprland";
10-
version = "2.3.8";
10+
version = "2.4.0";
1111
format = "pyproject";
1212

1313
disabled = python3Packages.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
1616
owner = "hyprland-community";
1717
repo = "pyprland";
1818
rev = "refs/tags/${version}";
19-
hash = "sha256-0YUI2/gJmBoummiHGpq2p2sT25SwCdnsRwfGK2pcm4s=";
19+
hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4=";
2020
};
2121

2222
nativeBuildInputs = with python3Packages; [ poetry-core ];

0 commit comments

Comments
 (0)