weechat-matrix: 0.2.0 -> 0.3.0
This commit is contained in:
parent
5bcb49475f
commit
f4336e4884
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ let
|
|||
python_magic
|
||||
]);
|
||||
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
in buildPythonPackage {
|
||||
pname = "weechat-matrix";
|
||||
inherit version;
|
||||
|
@ -30,7 +30,7 @@ in buildPythonPackage {
|
|||
owner = "poljar";
|
||||
repo = "weechat-matrix";
|
||||
rev = version;
|
||||
hash = "sha256-qsTdF9mGHac4rPs53mgoOElcujicRNXbJ7GsoptWSGc=";
|
||||
hash = "sha256-o4kgneszVLENG167nWnk2FxM+PsMzi+PSyMUMIktZcc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue