heisenbridge: 1.3.0 -> 1.4.0

This commit is contained in:
Sumner Evans 2021-10-29 08:00:33 -06:00
parent 3fad301a92
commit ef15097475
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "1.3.0";
version = "1.4.0";
# Use the release tarball because it has the version set correctly using the
# version.txt file.
src = fetchurl {
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
sha256 = "sha256-fj0eJS7c1zSrzHfnlEhJICVDZ+Mo9hKgxwaZ2gn5CsY=";
sha256 = "sha256-Br+7ykTtVYC7KIhikmgS9wbQdJFHFezlVre8cUBzAx8=";
};
propagatedBuildInputs = with python3Packages; [