Merge pull request #281983 from fabaff/pyduotecno-bump

python311Packages.pyduotecno: 2024.1.1 -> 2024.1.2
This commit is contained in:
Nick Cao 2024-01-19 10:26:06 -05:00 committed by GitHub
commit 0b4da700a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyduotecno"; pname = "pyduotecno";
version = "2024.1.1"; version = "2024.1.2";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd"; owner = "Cereal2nd";
repo = "pyDuotecno"; repo = "pyDuotecno";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-+mPbx678QIV567umbmVKqBTq696pFlFXhlb4cMv54ak="; hash = "sha256-lwtCTzZJn3bamZWbJoeiyxnzrIRZAi9JPjVgiVR0LG8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [