python311Packages.siobrultech-protocols: 0.9.0 -> 0.12.0
Diff: https://github.com/sdwilsh/siobrultech-protocols/compare/refs/tags/v0.9.0...v0.12.0
This commit is contained in:
parent
a12a82e90b
commit
ec5f7bcc4f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "siobrultech-protocols";
|
||||
version = "0.9.0";
|
||||
version = "0.12.0";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||
owner = "sdwilsh";
|
||||
repo = "siobrultech-protocols";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-8qhg7PX4u4vN2+hWXzFjC1ZzgCEhkSr9Fn58Lc4E76c=";
|
||||
hash = "sha256-71iFZS5CLYXNw57psLXswNJKfvbeKOqSncLoSsNXqjc=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue