0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00

clickable: 8.2.0 -> 8.3.0

This commit is contained in:
R. Ryantm 2025-04-07 09:57:00 +00:00
parent cc50be1bf2
commit c7a86bbec2

View file

@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "clickable";
version = "8.2.0";
version = "8.3.0";
src = fetchFromGitLab {
owner = "clickable";
repo = "clickable";
rev = "v${version}";
hash = "sha256-MFzpeiWeqJ0MG8ouwRkYXD1e6Nsxshmz1NSzCIBRjZ0=";
hash = "sha256-5fymmsZUYwB+wc1X7Y1HwwJbGRjQPwkk9JLTxnfH8fo=";
};
propagatedBuildInputs = with python3Packages; [