mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:37:40 +00:00
Merge pull request #214883 from r-ryantm/auto-update/python310Packages.piccata
python310Packages.piccata: 2.0.0 -> 2.0.2
This commit is contained in:
commit
273e8d6249
@ -7,15 +7,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "piccata";
|
||||
version = "2.0.0";
|
||||
version = "2.0.2";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NordicSemiconductor";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0pn842jcf2czjks5dphivgp1s7wiifqiv93s0a89h0wxafd6pbsr";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-Vuhwt+esTkvyEIRVYaRGvNMTAXVWBBv/6lpaxN5RrBA=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user