I won't sign the tag for this release this time because of nixpkgs bugs:
https://github.com/NixOS/nixpkgs/issues/115145
https://github.com/NixOS/nixpkgs/issues/126848
I'll start signing tags again when a fix for this issue
(such as https://github.com/NixOS/nixpkgs/pull/283663 )
is in all stable nixpkgs channels.
## [Unreleased]
+
+
+## [3.0.15] - 2024-03-21
- Fix a bash-ism in test.sh, which is #!/bin/sh
- Fix setup.py package description
- Simplify example invocation in README
, autopep8, makeWrapper, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.0.15-pre";
+ version = "3.0.15";
src = lib.cleanSource ./.;
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ git-cache ];
setup(
name='pinch',
- version='3.0.15-pre',
+ version='3.0.15',
description='PIN CHannels - a replacement for `nix-channel --update`',
author="Scott Worley",
author_email="scottworley@scottworley.com",