mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #112942 from Enteee/master
isso: unstable-2020-09-14 -> 0.12.4
This commit is contained in:
commit
91354dd894
@ -3,16 +3,14 @@
|
|||||||
with python3Packages; buildPythonApplication rec {
|
with python3Packages; buildPythonApplication rec {
|
||||||
|
|
||||||
pname = "isso";
|
pname = "isso";
|
||||||
# Can not use 0.12.2 because of:
|
version = "0.12.4";
|
||||||
# https://github.com/posativ/isso/issues/617
|
|
||||||
version = "unstable-2020-09-14";
|
|
||||||
|
|
||||||
# no tests on PyPI
|
# no tests on PyPI
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "posativ";
|
owner = "posativ";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "f4d2705d4f1b51f444d0629355a6fcbcec8d57b5";
|
rev = version;
|
||||||
sha256 = "02jgfzq3svd54zj09jj7lm2r7ypqqjynzxa9dgnnm0pqvq728wzr";
|
sha256 = "16wjpz8r74fzjvzhl6by3sjc2g1riz8lh59ccgp14bns1yhsh2yi";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user