Update python-mautrix #122
2 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mautrix";
|
pname = "mautrix";
|
||||||
version = "0.19.12";
|
version = "0.19.13";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-fsNyASxDcD4IO9Oewr7qs51xCaOWVmBNEP+mRlxl6hY=";
|
sha256 = "sha256-za/XgsOF9fdZfFrTPxy9MDWxyGPieG/K7w9HbjixPmI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
lib,
|
lib,
|
||||||
unzip
|
unzip,
|
||||||
}:
|
}:
|
||||||
with builtins;
|
with builtins;
|
||||||
with lib; let
|
with lib; let
|
||||||
|
|
Reference in a new issue