3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pynobo: 1.2.0 -> 1.3.0

This commit is contained in:
Fabian Affolter 2021-09-30 10:20:06 +02:00
parent 73be32000e
commit 27983d1454

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "pynobo";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "echoromeo";
repo = pname;
rev = "v${version}";
sha256 = "0f98qm9vp7f0hqaxhihv7y5swciyp60222la44f4936g0rvs005x";
sha256 = "sha256-tcDSI5GODV53o4m35B4CXscVCnwt7gqRu7qohEnvyz8=";
};
# Project has no tests