heisenbridge: 1.1.1 -> 1.1.2

This commit is contained in:
Sumner Evans 2021-09-21 13:55:45 -06:00
parent 91fd0cd361
commit f661c05a11
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "heisenbridge"; pname = "heisenbridge";
version = "1.1.1"; version = "1.1.2";
# Use the release tarball because it has the version set correctly using the # Use the release tarball because it has the version set correctly using the
# version.txt file. # version.txt file.
src = fetchurl { src = fetchurl {
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-v${version}.tar.gz"; url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
sha256 = "sha256-thI3NYYnLHmlfs5mmH2SQcREBLWtnilYlxriKWnamPM="; sha256 = "sha256-hY0dB4QT9W18ubUytvJwRUWKpNQMpyYdSLbmu+c8BCo=";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
@ -17,8 +17,6 @@ python3Packages.buildPythonPackage rec {
pyyaml pyyaml
]; ];
checkInputs = [ python3Packages.pytestCheckHook ];
meta = with lib; { meta = with lib; {
description = "A bouncer-style Matrix-IRC bridge."; description = "A bouncer-style Matrix-IRC bridge.";
homepage = "https://github.com/hifi/heisenbridge"; homepage = "https://github.com/hifi/heisenbridge";