clickable: 8.3.0 -> 8.3.1 (#399275)

Co-authored-by: ilyakooo0 <mail@iko.soy>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-16 20:11:49 +00:00 committed by GitHub
commit e5bf9b83fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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