mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.py-sr25519-bindings: 0.1.5 -> 0.2.0
This commit is contained in:
parent
014b3ef192
commit
1f1be99a01
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "py-sr25519-bindings";
|
pname = "py-sr25519-bindings";
|
||||||
version = "0.1.5";
|
version = "0.2.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -19,8 +19,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "polkascan";
|
owner = "polkascan";
|
||||||
repo = "py-sr25519-bindings";
|
repo = "py-sr25519-bindings";
|
||||||
rev = "a97398b386c10ebe0a1f6c45dea466add0d407ce";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-RJfwWeD82J5QqY+qq2bC3vlqT75jUwhTXuIsza4qUzk=";
|
sha256 = "sha256-Lu3J0+YeQHHKItOZTT24DlQAUJuE9fd+py6Eb46/MSE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.importCargoLock {
|
cargoDeps = rustPlatform.importCargoLock {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue