tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.aiostream: 0.4.4 -> 0.4.5
R. Ryantm
3 years ago
df4f9364
ad2aac1e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
aiostream
default.nix
+3
-3
pkgs/development/python-modules/aiostream/default.nix
···
9
10
buildPythonPackage rec {
11
pname = "aiostream";
12
-
version = "0.4.4";
13
disabled = pythonOlder "3.6";
14
15
src = fetchFromGitHub {
16
owner = "vxgmichel";
17
repo = pname;
18
-
rev = "v${version}";
19
-
sha256 = "07if27z1h0mg236sj9lc8nl0bqy9sdrj83ls73mrc69h76bzg5xi";
20
};
21
22
checkInputs = [ pytestCheckHook pytest-cov pytest-asyncio ];
···
9
10
buildPythonPackage rec {
11
pname = "aiostream";
12
+
version = "0.4.5";
13
disabled = pythonOlder "3.6";
14
15
src = fetchFromGitHub {
16
owner = "vxgmichel";
17
repo = pname;
18
+
rev = "refs/tags/v${version}";
19
+
sha256 = "sha256-WOtscg02Dq5YNSAfq4pIyH3oUP/5G+cjBwKB6c+SUVA=";
20
};
21
22
checkInputs = [ pytestCheckHook pytest-cov pytest-asyncio ];