python3Packages.Arpeggio: 1.10.1 -> 1.10.2
This commit is contained in:
parent
3164ca275f
commit
7805ef3a2e
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Arpeggio";
|
pname = "Arpeggio";
|
||||||
version = "1.10.1";
|
version = "1.10.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e";
|
sha256 = "bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Shall not be needed for next release
|
# Shall not be needed for next release
|
||||||
|
|
Loading…
Reference in a new issue