Merge pull request #140012 from fabaff/bump-pynobo

python3Packages.pynobo: 1.2.0 -> 1.3.0
This commit is contained in:
Fabian Affolter 2021-09-30 12:52:18 +02:00 committed by GitHub
commit da5bcff374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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