Merge pull request #283401 from r-ryantm/auto-update/printrun

printrun: 2.0.0 -> 2.0.1
This commit is contained in:
Nick Cao 2024-01-24 09:54:45 -05:00 committed by GitHub
commit ba5149535e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "printrun"; pname = "printrun";
version = "2.0.0"; version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kliment"; owner = "kliment";
repo = "Printrun"; repo = "Printrun";
rev = "printrun-${version}"; rev = "refs/tags/printrun-${version}";
hash = "sha256-ijJc0CVPiYW5VjTqhY1kO+Fy3dfuPoMn7KRhvcsdAZw="; hash = "sha256-GmTA/C45MuptN/Y0KjpFjaLV3sWoM4rHz8AMfV9sf4U=";
}; };
postPatch = '' postPatch = ''