Update python-mautrix #122

Merged
darkkirb merged 1 commit from update-python-mautrix into main 2023-04-25 15:39:22 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 204dfa3f69 - Show all commits

View file

@ -12,11 +12,11 @@
}:
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.12";
version = "0.19.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fsNyASxDcD4IO9Oewr7qs51xCaOWVmBNEP+mRlxl6hY=";
sha256 = "sha256-za/XgsOF9fdZfFrTPxy9MDWxyGPieG/K7w9HbjixPmI=";
};
propagatedBuildInputs = [

View file

@ -2,7 +2,7 @@
stdenv,
fetchurl,
lib,
unzip
unzip,
}:
with builtins;
with lib; let