Merge pull request #145584 from sumnerevans/heisenbridge-1.6

heisenbridge: 1.5.0 -> 1.6.0
This commit is contained in:
Bobby Rong 2021-11-13 16:45:47 +08:00 committed by GitHub
commit 83fbb7e40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "1.5.0";
version = "1.6.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-hg0PnWbec/iQbv4eRVy6JDt/OJ+EOzN+o6VrUGL4YtE=";
sha256 = "sha256-NhHMReY48lg1FhJlCRjRiSpy+9bDLtIV+j+zX8GZcL4=";
};
propagatedBuildInputs = with python3Packages; [