mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
python: Arpeggio: 1.8.0 -> 1.9.0
This commit is contained in:
parent
621a29650b
commit
b6b291af66
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Arpeggio";
|
||||
version = "1.8.0";
|
||||
version = "1.9.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0rvgwc2nxqf22fjnggswqw2i3sn1f2hhq043vhjr3af7ldfai3l2";
|
||||
sha256 = "a5258b84f76661d558492fa87e42db634df143685a0e51802d59cae7daad8732";
|
||||
};
|
||||
|
||||
# Shall not be needed for next release
|
||||
|
Loading…
Reference in New Issue
Block a user