mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python38Packages.janus: 0.6.1 -> 0.6.2
This commit is contained in:
parent
22a500a3f8
commit
ce91173e84
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "janus";
|
||||
version = "0.6.1";
|
||||
version = "0.6.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4712e0ef75711fe5947c2db855bc96221a9a03641b52e5ae8e25c2b705dd1d0c";
|
||||
sha256 = "127edc891f9e13420dd12f230d5113fa3de7f93662b81acfaf845989edf5eebf";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
Loading…
Reference in New Issue
Block a user