python310Packages.siobrultech-protocols: 0.13.0 -> 0.14.0
This commit is contained in:
parent
1bf9271a09
commit
4e44e2cf7f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "siobrultech-protocols";
|
pname = "siobrultech-protocols";
|
||||||
version = "0.13.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||||
owner = "sdwilsh";
|
owner = "sdwilsh";
|
||||||
repo = "siobrultech-protocols";
|
repo = "siobrultech-protocols";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-6BGhelyv0FoPyGwzgIX5Gbbu9Ks19MtL1AZQRZWKzhM=";
|
hash = "sha256-8tls2wlLA3wQ78gK4JvvhSWZS5oHRzzsKE73M4i1eyg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
Loading…
Reference in a new issue