Merge pull request #199041 from r-ryantm/auto-update/python3.10-siobrultech-protocols

python310Packages.siobrultech-protocols: 0.6.0 -> 0.7.0
This commit is contained in:
Fabian Affolter 2022-11-02 00:18:47 +01:00 committed by GitHub
commit 2051dbf99a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "siobrultech-protocols";
version = "0.6.0";
version = "0.7.0";
disabled = pythonOlder "3.8";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "sdwilsh";
repo = "siobrultech-protocols";
rev = "v${version}";
hash = "sha256-d4zAwcSCyC78dJZtxFkpdYurxDRon2cRgzInllP2qJQ=";
rev = "refs/tags/v${version}";
hash = "sha256-t8is68WrvLj57tNeM5AKuuvpn7kWbhbvoRnCI3+q4uE=";
};
checkInputs = [